dillo  3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
  Fossies Dox: dillo-3.0.5.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

object.hh File Reference
#include <stdlib.h>
#include <string.h>
#include "misc.hh"
Include dependency graph for object.hh:
This graph shows which files directly or indirectly include this file:

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::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::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

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