#include <TableImpls.h>
Public Member Functions | |
void | Initialize () |
Initialize all tables. | |
TableImplVector::const_iterator | begin () const |
Returns an iterator to the beginning of m_tables. | |
TableImplVector::const_iterator | end () const |
Returns an iterator to the end of m_tables. | |
Public Attributes | |
SmartPtr< Accounts > | ACCOUNTS |
TableImpl for the Accounts class. | |
SmartPtr< Areas > | AREAS |
TableImpl for the Areas class. | |
SmartPtr< Branches > | BRANCHES |
TableImpl for the Branches class. | |
SmartPtr< Channels > | CHANNELS |
TableImpl for the Channels class. | |
SmartPtr< ChannelLogs > | CHANNELLOGS |
TableImpl for the ChannelLogs class. | |
SmartPtr < CharacterAccount > | CHARACTERACCOUNT |
TableImpl for the CharacterAccount class. | |
SmartPtr < CharacterBranch > | CHARACTERBRANCH |
TableImpl for the CharacterBranch class. | |
SmartPtr < CharacterCluster > | CHARACTERCLUSTER |
TableImpl for the CharacterCluster class. | |
SmartPtr < CharacterSkill > | CHARACTERSKILL |
TableImpl for the CharacterSkill class. | |
SmartPtr< CharacterStat > | CHARACTERSTAT |
TableImpl for the CharacterStat class. | |
SmartPtr< CharacterTree > | CHARACTERTREE |
TableImpl for the CharacterTree class. | |
SmartPtr< Clusters > | CLUSTERS |
TableImpl for the Clusters class. | |
SmartPtr< Chunks > | CHUNKS |
TableImpl for the Chunks class. | |
SmartPtr< Colours > | COLOURS |
TableImpl for the Colours class. | |
SmartPtr< Commands > | COMMANDS |
TableImpl for the Commands class. | |
SmartPtr< Details > | DETAILS |
TableImpl for the Details class. | |
SmartPtr< DetailArea > | DETAILAREA |
TableImpl for the DetailArea class. | |
SmartPtr< DetailRoom > | DETAILROOM |
TableImpl for the DetailRoom class. | |
SmartPtr< DetailChunk > | DETAILCHUNK |
TableImpl for the DetailChunk class. | |
SmartPtr < DetailCharacter > | DETAILCHARACTER |
TableImpl for the DetailCharacter class. | |
SmartPtr< DetailDetail > | DETAILDETAIL |
TableImpl for the DetailDetail class. | |
SmartPtr< Echos > | ECHOS |
TableImpl for the Echos class. | |
SmartPtr< Entities > | ENTITIES |
TableImpl for the Entities class. | |
SmartPtr< ExitRoom > | EXITROOM |
TableImpl for the ExitRoom class. | |
SmartPtr< Exits > | EXITS |
TableImpl for the Exits class. | |
SmartPtr< GrantGroups > | GRANTGROUPS |
TableImpl for the GrantGroups class. | |
SmartPtr< Logs > | LOGS |
TableImpl for the Logs class. | |
SmartPtr< Permissions > | PERMISSIONS |
TableImpl for the Permissions class. | |
SmartPtr< Races > | RACES |
TableImpl for the Races class. | |
SmartPtr< Rooms > | ROOMS |
TableImpl for the Rooms class. | |
SmartPtr< Sectors > | SECTORS |
TableImpl for the Sectors class. | |
SmartPtr< Skills > | SKILLS |
TableImpl for the Skills class. | |
SmartPtr< Stats > | STATS |
TableImpl for the Stats class. | |
SmartPtr< Traces > | TRACES |
TableImpl for the Traces class. | |
SmartPtr< TraceChunk > | TRACECHUNK |
TableImpl for the TraceChunk class. | |
SmartPtr< TraceDetail > | TRACEDETAIL |
TableImpl for the TraceDetail class. | |
SmartPtr< TraceEntity > | TRACEENTITY |
TableImpl for the TraceEntity class. | |
SmartPtr< TraceRoom > | TRACEROOM |
TableImpl for the TraceRoom class. | |
SmartPtr< Trees > | TREES |
TableImpl for the Trees class. | |
SmartPtr< Version > | VERSION |
TableImpl for the Version class. | |
Friends | |
class | Singleton< TableImpls > |
Before using any tables, Initialize
should be called.
Definition at line 44 of file TableImpls.h.
void db::TableImpls::Initialize | ( | ) |
Initialize all tables.
TableImplVector::const_iterator db::TableImpls::begin | ( | ) | const [inline] |
TableImplVector::const_iterator db::TableImpls::end | ( | ) | const [inline] |
SmartPtr<Accounts> db::TableImpls::ACCOUNTS |
SmartPtr<Areas> db::TableImpls::AREAS |
SmartPtr<Branches> db::TableImpls::BRANCHES |
SmartPtr<Channels> db::TableImpls::CHANNELS |
SmartPtr<ChannelLogs> db::TableImpls::CHANNELLOGS |
SmartPtr<CharacterSkill> db::TableImpls::CHARACTERSKILL |
SmartPtr<CharacterStat> db::TableImpls::CHARACTERSTAT |
SmartPtr<CharacterTree> db::TableImpls::CHARACTERTREE |
SmartPtr<Clusters> db::TableImpls::CLUSTERS |
SmartPtr<Chunks> db::TableImpls::CHUNKS |
SmartPtr<Colours> db::TableImpls::COLOURS |
SmartPtr<Commands> db::TableImpls::COMMANDS |
SmartPtr<Details> db::TableImpls::DETAILS |
SmartPtr<DetailArea> db::TableImpls::DETAILAREA |
SmartPtr<DetailRoom> db::TableImpls::DETAILROOM |
SmartPtr<DetailChunk> db::TableImpls::DETAILCHUNK |
SmartPtr<DetailDetail> db::TableImpls::DETAILDETAIL |
SmartPtr<Echos> db::TableImpls::ECHOS |
SmartPtr<Entities> db::TableImpls::ENTITIES |
SmartPtr<ExitRoom> db::TableImpls::EXITROOM |
SmartPtr<Exits> db::TableImpls::EXITS |
SmartPtr<GrantGroups> db::TableImpls::GRANTGROUPS |
SmartPtr<Logs> db::TableImpls::LOGS |
SmartPtr<Permissions> db::TableImpls::PERMISSIONS |
SmartPtr<Races> db::TableImpls::RACES |
SmartPtr<Rooms> db::TableImpls::ROOMS |
SmartPtr<Sectors> db::TableImpls::SECTORS |
SmartPtr<Skills> db::TableImpls::SKILLS |
SmartPtr<Stats> db::TableImpls::STATS |
SmartPtr<Traces> db::TableImpls::TRACES |
SmartPtr<TraceChunk> db::TableImpls::TRACECHUNK |
SmartPtr<TraceDetail> db::TableImpls::TRACEDETAIL |
SmartPtr<TraceEntity> db::TableImpls::TRACEENTITY |
SmartPtr<TraceRoom> db::TableImpls::TRACEROOM |
SmartPtr<Trees> db::TableImpls::TREES |
SmartPtr<Version> db::TableImpls::VERSION |