Mixe for Privacy and Anonymity in the Internet
Classes | Defines
Hashtable.hpp File Reference
#include "CAMutex.hpp"
Include dependency graph for Hashtable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hashtable

Defines

#define HASH_EMPTY_NONE   (SINT8)0
#define HASH_EMPTY_FREE   (SINT8)1
#define HASH_EMPTY_DELETE   (SINT8)2

Define Documentation

#define HASH_EMPTY_DELETE   (SINT8)2

Definition at line 9 of file Hashtable.hpp.

Referenced by Hashtable::clear(), and CAAccountingInstance::~CAAccountingInstance().

#define HASH_EMPTY_FREE   (SINT8)1

Definition at line 8 of file Hashtable.hpp.

#define HASH_EMPTY_NONE   (SINT8)0

Definition at line 7 of file Hashtable.hpp.

Referenced by CAAccountingInstance::~CAAccountingInstance().