Constructors
Declared in <bdljsn_readoptions.h>
Create an object of type ReadOptions having the (default) attribute values: ` setAllowTrailingText() == false maxNestedDepth() == 64 `
ReadOptions();
» more...
Create an object of type ReadOptions having the value of the specified original object.
ReadOptions(ReadOptions const& original);
» more...