|
| TokenCommand (const std::string &cmd) |
|
| TokenCommand (const TokenCommand &other) |
|
std::unique_ptr< Token > | clone () const override |
|
| Token (Type ty) |
|
virtual std::unique_ptr< Token > | clone () const =0 |
|
|
const std::string | command |
|
std::vector< std::unique_ptr< Token > > | arguments |
|
const Type | type |
|
|
enum class | Type { INT
, CMD
, STR
, UUID
} |
|
◆ clone()
std::unique_ptr< Token > horizon::ParameterProgram::TokenCommand::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: