Constructors
Synopses
Declared in <bdljsn_readoptions.h>
Create an object of type ReadOptions having the (default) attribute values: ` setAllowTrailingText() == false maxNestedDepth() == 64 `
ReadOptions();
Create an object of type ReadOptions having the value of the specified original object.
ReadOptions(ReadOptions const& original);
Parameters
Name |
Description |
original |
object providing the value to copy |
Created with MrDocs