|
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::vector< 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 class | Type { INT , CMD , STR , UUID } |