#include <DS_CommandList.h>
Public Types | |
| enum | { DS_COMMAND_NONE, DS_COMMAND_RMAN, DS_COMMAND_VEX } |
Public Member Functions | |
| DS_CommandList (const char *filename) | |
| DS_CommandList (const char *const filename[]) | |
| ~DS_CommandList () | |
| int | findCommand (const char *name) |
| DS_Command * | getCommand (const char *name) |
| DS_Command * | getCommand (int i) |
| int | getNCommands () |
| const char * | getFileName () const |
| void | enforceOptions () |
| void | setSyntax (int syntax) |
Definition at line 28 of file DS_CommandList.h.
| anonymous enum |
Definition at line 30 of file DS_CommandList.h.
| DS_CommandList::DS_CommandList | ( | const char * | filename | ) |
| DS_CommandList::DS_CommandList | ( | const char *const | filename[] | ) |
| DS_CommandList::~DS_CommandList | ( | ) |
| void DS_CommandList::enforceOptions | ( | ) |
| int DS_CommandList::findCommand | ( | const char * | name | ) |
| DS_Command* DS_CommandList::getCommand | ( | int | i | ) | [inline] |
Definition at line 41 of file DS_CommandList.h.
| DS_Command* DS_CommandList::getCommand | ( | const char * | name | ) |
| const char* DS_CommandList::getFileName | ( | ) | const [inline] |
Definition at line 43 of file DS_CommandList.h.
| int DS_CommandList::getNCommands | ( | ) | [inline] |
Definition at line 42 of file DS_CommandList.h.
| void DS_CommandList::setSyntax | ( | int | syntax | ) |
1.5.9