Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
DB2Store.h File Reference
#include "ByteBuffer.h"
#include "Common.h"
#include "DB2FileLoader.h"
#include <vector>
Include dependency graph for DB2Store.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DB2Storage< T >
class  DB2StorageBase
 Interface class for common access. More...

Functions

template<class T>
bool DB2StorageHasEntry (DB2Storage< T > const &store, uint32 id)
template<class T>
void WriteDB2RecordToPacket (DB2Storage< T > const &store, uint32 id, uint32 locale, ByteBuffer &buffer)

Function Documentation

◆ DB2StorageHasEntry()

template<class T>
bool DB2StorageHasEntry ( DB2Storage< T > const & store,
uint32 id )

Definition at line 34 of file DB2Store.h.

References DB2Storage< T >::LookupEntry().

Referenced by DB2Storage< T >::DB2Storage().

◆ WriteDB2RecordToPacket()

template<class T>
void WriteDB2RecordToPacket ( DB2Storage< T > const & store,
uint32 id,
uint32 locale,
ByteBuffer & buffer )