lout::object Namespace Reference

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
 

Detailed Description

Here, some common classes (or interfaces) are defined, to standardize the access to other classes.

Variable Documentation

StandardComparator lout::object::standardComparator

Referenced by testVector1().