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);
Created with MrDocs