SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ParserVariable Class Reference

#include <Parser.h>

Public Member Functions

 ParserVariable (std::string name, std::string type)
 
 ParserVariable (std::string name, std::string type, int flags)
 
std::string get_type ()
 
void set_type (std::string type)
 
int get_flags ()
 
std::string get_name ()
 

Public Attributes

int ref_cnt
 

Constructor & Destructor Documentation

ParserVariable ( std::string  name,
std::string  type 
)
inline
ParserVariable ( std::string  name,
std::string  type,
int  flags 
)
inline

Member Function Documentation

int get_flags ( )
inline
std::string get_name ( )
inline
std::string get_type ( )
inline
void set_type ( std::string  type)
inline

Member Data Documentation

int ref_cnt

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