cgv
|
a structure to store an analized command More...
#include <register.h>
Public Attributes | |
CommandType | command_type |
the command type | |
std::vector< cgv::utils::token > | parameters |
the parameters, one file name parameter for PLUGIN, CONFIG, GUI and two parameters (name/type, declarations) for NAME or TYPE commands | |
a structure to store an analized command
Definition at line 485 of file register.h.
CommandType cgv::base::command_info::command_type |
the command type
Definition at line 488 of file register.h.
std::vector<cgv::utils::token> cgv::base::command_info::parameters |
the parameters, one file name parameter for PLUGIN, CONFIG, GUI and two parameters (name/type, declarations) for NAME or TYPE commands
Definition at line 490 of file register.h.