|
BDE 4.14.0 Production release
|
This is the complete list of members for balcl::CommandLine, including all inherited members.
| allocator() const | balcl::CommandLine | |
| BSLMF_NESTED_TRAIT_DECLARATION(CommandLine, bslma::UsesBslmaAllocator) | balcl::CommandLine | |
| BSLMF_NESTED_TRAIT_DECLARATION(CommandLine, bdlb::HasPrintMethod) | balcl::CommandLine | |
| CommandLine(const OptionInfo(&specTable)[LENGTH], bsl::ostream &errorStream, bslma::Allocator *basicAllocator=0) | balcl::CommandLine | |
| CommandLine(OptionInfo(&specTable)[LENGTH], bsl::ostream &errorStream, bslma::Allocator *basicAllocator=0) | balcl::CommandLine | |
| CommandLine(const OptionInfo(&specTable)[LENGTH], bslma::Allocator *basicAllocator=0) | balcl::CommandLine | explicit |
| CommandLine(OptionInfo(&specTable)[LENGTH], bslma::Allocator *basicAllocator=0) | balcl::CommandLine | explicit |
| CommandLine(const OptionInfo *specTable, int length, bslma::Allocator *basicAllocator=0) | balcl::CommandLine | |
| CommandLine(const OptionInfo *specTable, int length, bsl::ostream &errorStream, bslma::Allocator *basicAllocator=0) | balcl::CommandLine | |
| CommandLine(const CommandLine &original, bslma::Allocator *basicAllocator=0) | balcl::CommandLine | |
| hasOption(const bsl::string_view &name) const | balcl::CommandLine | |
| hasValue(const bsl::string_view &name) const | balcl::CommandLine | |
| isParsed() const | balcl::CommandLine | |
| isSpecified(const bsl::string_view &name) const | balcl::CommandLine | |
| isSpecified(const bsl::string_view &name, int *count) const | balcl::CommandLine | |
| isValid() const | balcl::CommandLine | |
| isValidOptionSpecificationTable(const OptionInfo(&specTable)[LENGTH]) | balcl::CommandLine | inlinestatic |
| isValidOptionSpecificationTable(OptionInfo(&specTable)[LENGTH]) | balcl::CommandLine | inlinestatic |
| isValidOptionSpecificationTable(const OptionInfo(&specTable)[LENGTH], bsl::ostream &errorStream) | balcl::CommandLine | inlinestatic |
| isValidOptionSpecificationTable(OptionInfo(&specTable)[LENGTH], bsl::ostream &errorStream) | balcl::CommandLine | inlinestatic |
| isValidOptionSpecificationTable(const OptionInfo *specTable, int length) | balcl::CommandLine | inlinestatic |
| isValidOptionSpecificationTable(const OptionInfo *specTable, int length, bsl::ostream &errorStream) | balcl::CommandLine | static |
| numSpecified(const bsl::string_view &name) const | balcl::CommandLine | |
| operator=(const CommandLine &rhs) | balcl::CommandLine | |
| options() const | balcl::CommandLine | |
| parse(int argc, const char *const argv[]) | balcl::CommandLine | |
| parse(int argc, const char *const argv[], bsl::ostream &errorStream) | balcl::CommandLine | |
| position(const bsl::string_view &name) const | balcl::CommandLine | |
| positions(const bsl::string_view &name) const | balcl::CommandLine | |
| print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const | balcl::CommandLine | |
| printUsage() const | balcl::CommandLine | |
| printUsage(const bsl::string_view &programName) const | balcl::CommandLine | |
| printUsage(bsl::ostream &errorStream) const | balcl::CommandLine | |
| printUsage(bsl::ostream &errorStream, const bsl::string_view &programName) const | balcl::CommandLine | |
| specifiedOptions() const | balcl::CommandLine | |
| theBool(const bsl::string_view &name) const | balcl::CommandLine | |
| theChar(const bsl::string_view &name) const | balcl::CommandLine | |
| theCharArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theDate(const bsl::string_view &name) const | balcl::CommandLine | |
| theDateArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theDatetime(const bsl::string_view &name) const | balcl::CommandLine | |
| theDatetimeArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theDouble(const bsl::string_view &name) const | balcl::CommandLine | |
| theDoubleArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theInt(const bsl::string_view &name) const | balcl::CommandLine | |
| theInt64(const bsl::string_view &name) const | balcl::CommandLine | |
| theInt64Array(const bsl::string_view &name) const | balcl::CommandLine | |
| theIntArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theString(const bsl::string_view &name) const | balcl::CommandLine | |
| theStringArray(const bsl::string_view &name) const | balcl::CommandLine | |
| theTime(const bsl::string_view &name) const | balcl::CommandLine | |
| theTimeArray(const bsl::string_view &name) const | balcl::CommandLine | |
| type(const bsl::string_view &name) const | balcl::CommandLine | |
| ~CommandLine() | balcl::CommandLine |