pxar
 All Classes Namespaces Functions Variables Typedefs Friends
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Arg Class Reference

Public Types

enum  argtype {
  UNDEF, STRING_T, IVALUE_T, IVAR_T,
  ILIST_T
}
 

Public Member Functions

 Arg (string s)
 
 Arg (IntList v)
 
bool getInt (int &value)
 
bool getList (IntList &value)
 
bool getVect (vector< int > &value, const int imin=0, const int imax=0)
 
bool getString (string &value)
 
bool scmp (const char *s)
 
string str ()
 
string raw ()
 

Public Attributes

argtype type
 
string svalue
 
IntList lvalue
 
int ivalue
 

Static Public Attributes

static int varvalue =0
 

Detailed Description

Definition at line 91 of file PixTestCmd.hh.


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