se_core::DictionaryEntry Class Reference

#include <DictionaryEntry.hpp>

List of all members.

Public Member Functions

 DictionaryEntry (short type, short id, const char *name, bool doCopyName=false)
 DictionaryEntry (short type, short id, char *name, bool doCopyName)
 DictionaryEntry (short type, const char *name, bool doCopyName=false)
 ~DictionaryEntry ()

Public Attributes

short type_
short id_
const char * name_
bool doDelete_


Constructor & Destructor Documentation

se_core::DictionaryEntry::DictionaryEntry short  type,
short  id,
const char *  name,
bool  doCopyName = false
 

Definition at line 31 of file DictionaryEntry.cpp.

se_core::DictionaryEntry::DictionaryEntry short  type,
short  id,
char *  name,
bool  doCopyName
 

Definition at line 49 of file DictionaryEntry.cpp.

se_core::DictionaryEntry::DictionaryEntry short  type,
const char *  name,
bool  doCopyName = false
 

Definition at line 67 of file DictionaryEntry.cpp.

References Assert, se_core::SimSchema::dictionary(), and se_core::Dictionary::hasId().

se_core::DictionaryEntry::~DictionaryEntry  ) 
 

Definition at line 89 of file DictionaryEntry.cpp.

References se_core::SimSchema::dictionary(), and se_core::Dictionary::remove().


Member Data Documentation

bool se_core::DictionaryEntry::doDelete_
 

Definition at line 37 of file DictionaryEntry.hpp.

short se_core::DictionaryEntry::id_
 

Definition at line 35 of file DictionaryEntry.hpp.

Referenced by se_core::Dictionary::id().

const char* se_core::DictionaryEntry::name_
 

Definition at line 36 of file DictionaryEntry.hpp.

Referenced by se_core::Dictionary::name().

short se_core::DictionaryEntry::type_
 

Definition at line 34 of file DictionaryEntry.hpp.


The documentation for this class was generated from the following files:

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:28 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo