Horizon
|
Public Member Functions | |
TokenCommand (const std::string &cmd) | |
TokenCommand (const TokenCommand &other) | |
std::unique_ptr< Token > | clone () const override |
![]() | |
Token (Type ty) | |
Public Attributes | |
const std::string | command |
std::vector< std::unique_ptr< Token > > | arguments |
![]() | |
const Type | type |
Additional Inherited Members | |
![]() | |
enum class | Type { INT , CMD , STR , UUID } |