HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DS_CommandList Class Reference

#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_CommandgetCommand (const char *name)
 
DS_CommandgetCommand (int i)
 
int getNCommands ()
 
const char * getFileName () const
 
void enforceOptions ()
 
void setSyntax (int syntax)
 

Detailed Description

Definition at line 20 of file DS_CommandList.h.

Member Enumeration Documentation

anonymous enum
Enumerator
DS_COMMAND_NONE 
DS_COMMAND_RMAN 
DS_COMMAND_VEX 

Definition at line 22 of file DS_CommandList.h.

Constructor & Destructor Documentation

DS_CommandList::DS_CommandList ( const char *  filename)
DS_CommandList::DS_CommandList ( const char *const  filename[])
DS_CommandList::~DS_CommandList ( )

Member Function Documentation

void DS_CommandList::enforceOptions ( )
int DS_CommandList::findCommand ( const char *  name)
DS_Command* DS_CommandList::getCommand ( const char *  name)
DS_Command* DS_CommandList::getCommand ( int  i)
inline

Definition at line 33 of file DS_CommandList.h.

const char* DS_CommandList::getFileName ( ) const
inline

Definition at line 35 of file DS_CommandList.h.

int DS_CommandList::getNCommands ( )
inline

Definition at line 34 of file DS_CommandList.h.

void DS_CommandList::setSyntax ( int  syntax)

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