Constructors
Synopses
Declared in <node/warnings.h>
Construct an empty warnings manager with no active warnings.
Warnings();
A warnings instance should always be passed by reference, never copied.
Parameters
Name |
Description |
other |
Unused; copying is deleted. |
Created with MrDocs