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