Dillo v3.1.1-14-g8f67d6e0
Loading...
Searching...
No Matches
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

StandardComparator lout::object::standardComparator

Definition at line 148 of file object.cc.

Referenced by testVector1().