PiPo
Plug In Plug Out / Plugin Interface for Processing Objects
PiPo::Atom Class Reference

Public Member Functions

 Atom (const char *s)
 
 Atom (double d)
 
 Atom (int i)
 
bool isNumber ()
 
bool isString ()
 
PiPo::Type getType ()
 
int getInt ()
 
double getDouble ()
 
const char * getString ()
 

Friends

bool operator== (Atom &at1, Atom &at2)
 
bool operator!= (Atom &at1, Atom &at2)