|
Horizon
|
Public Member Functions | |
| TokenCommand (const std::string &cmd) | |
| TokenCommand (const TokenCommand &other) | |
| std::unique_ptr< Token > | clone () const override |
Public Member Functions inherited from horizon::ParameterProgram::Token | |
| Token (Type ty) | |
Public Attributes | |
| const std::string | command |
| std::deque< std::unique_ptr< Token > > | arguments |
Public Attributes inherited from horizon::ParameterProgram::Token | |
| const Type | type |
Additional Inherited Members | |
Public Types inherited from horizon::ParameterProgram::Token | |
| enum | Type { INT, CMD, STR, UUID } |
1.8.17