This class is used to hold the value of a variable in Simkin
This class is used to hold the value of a variable in Simkin. It can hold reference counts for objects and delete them when these reach zero.
skRValue()
skRValue(const skRValue&)
skRValue(skExecutable * obj, bool created=false)
created - - set this to true if you want the object to be deleted once all references have reached zero skRValue(skString s)
skRValue(char c)
skRValue(int n)
skRValue(unsigned int n)
skRValue(float f)
skRValue(bool b)
~skRValue()
skRValue& operator=(const skRValue& v)
bool operator==(const skRValue&)
char charValue() const
bool boolValue() const
int intValue() const
float floatValue() const
skString str() const
skExecutable* obj() const
RType type() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de