VRUT::Interpreter::Argument Struct Reference

Interpreter command's argument structure. More...

#include <interpreter.h>

List of all members.

Public Member Functions

 Argument (wxString _name, ARG_TYPE _type, bool _mandatory)

Public Attributes

wxString name
ARG_TYPE type
bool mandatory


Detailed Description

Interpreter command's argument structure.

Definition at line 36 of file interpreter.h.


Constructor & Destructor Documentation

VRUT::Interpreter::Argument::Argument ( wxString  _name,
ARG_TYPE  _type,
bool  _mandatory 
) [inline]

Definition at line 42 of file interpreter.h.

00042 : name(_name), type(_type), mandatory(_mandatory)  {}


Member Data Documentation

Definition at line 38 of file interpreter.h.

Definition at line 39 of file interpreter.h.

Definition at line 40 of file interpreter.h.


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

Generated on Tue Mar 10 14:41:43 2009 for VRUT by  doxygen 1.5.5