Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Namespaces | Defines
BombayTableIndex.hpp File Reference
#include <cat/db/BombayTable.hpp>
Include dependency graph for BombayTableIndex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cat::bombay::IHash
class  cat::bombay::TableIndex

Namespaces

namespace  cat
namespace  cat::bombay

Defines

#define DECL_BOMBAY_SCHEMA_FIXED_FIELD_HASH(T)
#define DECL_BOMBAY_SCHEMA_VAR_FIELD_HASH(T)

Define Documentation

#define DECL_BOMBAY_SCHEMA_FIXED_FIELD_HASH (   T)
Value:
class T : public bombay::IHash \
{ \
public: \
    u64 HashField(const void *just_field); \
    u64 HashComplete(const void *complete_record); \
};

Definition at line 61 of file BombayTableIndex.hpp.

#define DECL_BOMBAY_SCHEMA_VAR_FIELD_HASH (   T)
Value:
class T : public bombay::IHash \
{ \
public: \
    u64 HashField(const void *just_field); \
    u64 HashComplete(const void *complete_record); \
    u64 HashVarField(const void *just_field, u32 bytes); \
};

Definition at line 52 of file BombayTableIndex.hpp.


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