Dillo v3.1.1-98-g318d1f14
|
Here, some common classes (or interfaces) are defined, to standardize the access to other classes. More...
Classes | |
class | Boolean |
An object::Object wrapper for bool's. More... | |
class | Comparable |
Instances of a sub class of may be compared (less, greater). More... | |
class | Comparator |
Used for other orders as the one defined by Comparable. More... | |
class | ConstString |
An object::Object wrapper for constant strings (char*). More... | |
class | Integer |
An object::Object wrapper for int's. More... | |
class | Object |
This is the base class for many other classes, which defines very common virtual methods. More... | |
class | Pair |
class | PairBase |
class | Pointer |
An object::Object wrapper for void pointers. More... | |
class | StandardComparator |
class | String |
An object::Object wrapper for strings (char*). More... | |
class | TypedPair |
class | TypedPointer |
A typed version of object::Pointer. More... | |
Variables | |
StandardComparator | standardComparator |
Here, some common classes (or interfaces) are defined, to standardize the access to other classes.
StandardComparator lout::object::standardComparator |
Definition at line 149 of file object.cc.
Referenced by testVector1().