|
cgv
|
Public Attributes | |
| CommandType | ct |
| const char * | word |
| unsigned | length |
| unsigned | skip_length |
| unsigned | min_nr_expressions |
| unsigned | nr_expressions |
| bool | block_follows |
| bool | remove_empty_before |
| bool | parse_expressions |
| const char * | open_parentheses |
| const char * | close_parentheses |
Definition at line 14 of file command_token.cxx.
| bool cgv::ppp::command_info::block_follows |
Definition at line 22 of file command_token.cxx.
| const char* cgv::ppp::command_info::close_parentheses |
Definition at line 26 of file command_token.cxx.
| CommandType cgv::ppp::command_info::ct |
Definition at line 16 of file command_token.cxx.
| unsigned cgv::ppp::command_info::length |
Definition at line 18 of file command_token.cxx.
| unsigned cgv::ppp::command_info::min_nr_expressions |
Definition at line 20 of file command_token.cxx.
| unsigned cgv::ppp::command_info::nr_expressions |
Definition at line 21 of file command_token.cxx.
| const char* cgv::ppp::command_info::open_parentheses |
Definition at line 25 of file command_token.cxx.
| bool cgv::ppp::command_info::parse_expressions |
Definition at line 24 of file command_token.cxx.
| bool cgv::ppp::command_info::remove_empty_before |
Definition at line 23 of file command_token.cxx.
| unsigned cgv::ppp::command_info::skip_length |
Definition at line 19 of file command_token.cxx.
| const char* cgv::ppp::command_info::word |
Definition at line 17 of file command_token.cxx.