Public Member Functions | Public Attributes

DatabaseFilter Struct Reference

#include <LightweightDatabaseCommon.h>

Collaboration diagram for DatabaseFilter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Serialize (RakNet::BitStream *out)
bool Deserialize (RakNet::BitStream *in)

Public Attributes

DataStructures::Table::Cell cellValue
DataStructures::Table::FilterQueryType operation
DataStructures::Table::ColumnType columnType
char columnName [_TABLE_MAX_COLUMN_NAME_LENGTH]

Detailed Description

Definition at line 19 of file LightweightDatabaseCommon.h.


Member Function Documentation

bool DatabaseFilter::Deserialize ( RakNet::BitStream in  ) 

Definition at line 17 of file LightweightDatabaseCommon.cpp.

Here is the call graph for this function:

void DatabaseFilter::Serialize ( RakNet::BitStream out  ) 

Definition at line 6 of file LightweightDatabaseCommon.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Definition at line 24 of file LightweightDatabaseCommon.h.

char DatabaseFilter::columnName[_TABLE_MAX_COLUMN_NAME_LENGTH]

Definition at line 27 of file LightweightDatabaseCommon.h.

Definition at line 26 of file LightweightDatabaseCommon.h.

Definition at line 25 of file LightweightDatabaseCommon.h.


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