Shadowrun: Awakened 29 September 2011 - Build 871
Public Types | Public Attributes
DataStructures::BPlusTree< KeyType, DataType, order >::ReturnAction Struct Reference

#include <DS_BPlusTree.h>

List of all members.

Public Types

enum  { NO_ACTION, REPLACE_KEY1_WITH_KEY2, PUSH_KEY_TO_PARENT, SET_BRANCH_KEY }

Public Attributes

enum
DataStructures::BPlusTree::ReturnAction:: { ... }  
action
KeyType key1
KeyType key2

Detailed Description

template<class KeyType, class DataType, int order>
struct DataStructures::BPlusTree< KeyType, DataType, order >::ReturnAction

Definition at line 67 of file DS_BPlusTree.h.


Member Enumeration Documentation

template<class KeyType, class DataType, int order>
anonymous enum
Enumerator:
NO_ACTION 
REPLACE_KEY1_WITH_KEY2 
PUSH_KEY_TO_PARENT 
SET_BRANCH_KEY 

Definition at line 71 of file DS_BPlusTree.h.

            {
                NO_ACTION,
                REPLACE_KEY1_WITH_KEY2,
                PUSH_KEY_TO_PARENT,
                SET_BRANCH_KEY,
            } action; // 0=none, 1=replace key1 with key2

Member Data Documentation

enum { ... } DataStructures::BPlusTree< KeyType, DataType, order >::ReturnAction::action
template<class KeyType, class DataType, int order>
KeyType DataStructures::BPlusTree< KeyType, DataType, order >::ReturnAction::key1
template<class KeyType, class DataType, int order>
KeyType DataStructures::BPlusTree< KeyType, DataType, order >::ReturnAction::key2

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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net