#include <ilserver/limits.h>
#include <ilserver/ilbcomp.h>
#include <ilserver/mlk.h>
#include <ilserver/logfile.h>
#include <ilserver/except.h>
#include <ilserver/ilthread.h>
#include <ilserver/version.h>
#include <ilserver/refcount.cpp>
Classes | |
class | IlsRefCounted |
Base class for object with reference counting used by IlsSmartPointer . More... | |
class | IlsSmartPointer< PointedType > |
This class lets you declare smart pointers to objects of a given type. Objects referenced by smart pointers are automatically destroyed when their reference counter drops to zero. More... | |
Typedefs | |
typedef unsigned long | IlsRefCount |
This numeric type stores reference counters. | |