cgv
Loading...
Searching...
No Matches
cgv::base::command_info Struct Reference

a structure to store an analized command More...

#include <register.h>

Public Attributes

CommandType command_type
 the command type
 
std::vector< cgv::utils::tokenparameters
 the parameters, one file name parameter for PLUGIN, CONFIG, GUI and two parameters (name/type, declarations) for NAME or TYPE commands
 

Detailed Description

a structure to store an analized command

Definition at line 485 of file register.h.

Member Data Documentation

◆ command_type

CommandType cgv::base::command_info::command_type

the command type

Definition at line 488 of file register.h.

◆ parameters

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.


The documentation for this struct was generated from the following file: