#include "DS_List.h"
#include "DS_BPlusTree.h"
#include "RakMemoryOverride.h"
#include "Export.h"
#include "RakString.h"
Go to the source code of this file.
Classes | |
class | DataStructures::Table |
Holds a set of columns, a set of rows, and rows times columns cells. More... | |
struct | DataStructures::Table::Cell |
Holds the actual data in the table. More... | |
struct | DataStructures::Table::ColumnDescriptor |
struct | DataStructures::Table::Row |
Stores the list of cells for this row, and a special flag used for internal sorting. More... | |
struct | DataStructures::Table::FilterQuery |
struct | DataStructures::Table::SortQuery |
Namespaces | |
namespace | DataStructures |
Defines | |
#define | _TABLE_BPLUS_TREE_ORDER 16 |
#define | _TABLE_MAX_COLUMN_NAME_LENGTH 64 |
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file DS_Table.h.
#define _TABLE_BPLUS_TREE_ORDER 16 |
Definition at line 20 of file DS_Table.h.
#define _TABLE_MAX_COLUMN_NAME_LENGTH 64 |
Definition at line 21 of file DS_Table.h.