#include <stlib/Object.h>
#include <stlib/Character.h>
#include <stlib/Collection.h>
#include <stlib/String.h>
#include <stlib/Stream.h>
#include <stlib/Visitor.h>
#include <stlib/WriteStream.h>
#include <stlib/Error.h>
#include <stlib/NotFoundError.h>
#include <stdio.h>
Include dependency graph for Object.cc:
Go to the source code of this file.
Variables | |
static long | objectCounter = 0 |
|
Definition at line 37 of file Object.cc. Referenced by Core::Object::Object(). |