Class Access

Class Documentation

class Access

Public Static Functions

template<typename T>
static Key<typename Key<T>::Element> extractElement(KeyBase<T> const &kb, int n)
template<typename T>
static Key<Array<T>> extractRange(KeyBase<Array<T>> const &kb, int begin, int end)
template<typename T>
static Key<T> makeKey(int offset)
template<typename T>
static Key<T> makeKey(Field<T> const &field, int offset)
static Key<Flag> makeKey(int offset, int bit)
static Key<std::string> makeKeyString(int offset, int size)
template<typename T>
static Key<Array<T>> makeKeyArray(int offset, int size)
static void padSchema(Schema &schema, int bytes)