TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Table.h File Reference
#include <cstddef>
#include <string>
#include "G3D/platform.h"
#include "G3D/Array.h"
#include "G3D/debug.h"
#include "G3D/System.h"
#include "G3D/g3dmath.h"
#include "G3D/EqualsTrait.h"
#include "G3D/HashTrait.h"
#include "G3D/MemoryManager.h"
+ Include dependency graph for Table.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G3D::Table< Key, Value, HashFunc, EqualsFunc >
 
class  G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry
 
class  G3D::Table< Key, Value, HashFunc, EqualsFunc >::Node
 
class  G3D::Table< Key, Value, HashFunc, EqualsFunc >::Iterator
 

Namespaces

 G3D
 

Detailed Description

Templated hash table class.

Morgan McGuire, http://graphics.cs.williams.edu 2001-04-22 2013-01-22 Copyright 2000-2013, Morgan McGuire. All rights reserved.