![]() |
VR-Link API Documentation for HLA 4
|
This file declares the class DtCmdLine::MultiArg and several helper classes. More...
Go to the source code of this file.
Classes | |
| class | DtCmdLine::MultiArg< T > |
| An argument that allows multiple values of type T to be specified. More... | |
| class | DtCmdLine::MULTI_ARG_HELPER::ValueExtractor< T > |
| This class is used to extract a value from an argument. More... | |
| class | DtCmdLine::MULTI_ARG_HELPER::ValueExtractor< std::string > |
| Specialization for string. More... | |
| class | DtCmdLine::MULTI_ARG_HELPER::ValueExtractor< DtString > |
| Specialization for string. More... | |
| class | DtCmdLine::MultiArg< T > |
| An argument that allows multiple values of type T to be specified. More... | |
Namespaces | |
| DtCmdLine | |
| DtCmdLine::MULTI_ARG_HELPER | |
Macros | |
| #define | HAVE_SSTREAM |
Enumerations | |
| enum | DtCmdLine::MULTI_ARG_HELPER::Error_e { DtCmdLine::MULTI_ARG_HELPER::EXTRACT_FAILURE = 1000, DtCmdLine::MULTI_ARG_HELPER::EXTRACT_TOO_MANY } |
This file declares the class DtCmdLine::MultiArg and several helper classes.
| #define HAVE_SSTREAM |