Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

PoolNode Class Template Reference

#include <pool.h>

Collaboration diagram for PoolNode:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class PoolDataType>
class NeoEngine::PoolNode< PoolDataType >

Pool node template The pool table node is a container object for the key string and the data objects associated with the key.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Member Functions

 PoolNode (const HashString &rstrKey, PoolDataType *pkData)

Public Attributes

HashString m_strKey
PoolDataVec m_vpkData


Constructor & Destructor Documentation

PoolNode const HashString rstrKey,
PoolDataType *  pkData
[inline]
 

Parameters:
rstrKey Key name
pkData Data


Member Data Documentation

HashString m_strKey
 

Key name

PoolDataVec m_vpkData
 

Data


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:13 2004 for NeoEngine by doxygen 1.3.5