This is the documentation for Enlighten.

class Geo GeoBitStore

class Geo::GeoBitStore

Container for a set of bits.

Classes

Name Description
Geo::GeoBitStore::const_iterator

iterator to a nonmodifiable GeoBitStore, allows reading data by the operator*()

Functions

Name Description
Begin()

Gets an STL-style 'begin' iterator that can be used to iterate over the bits.

End()

Gets an STL-style 'end' iterator that can be used to iterate over the bits.

GeoBitStore(u8 *, Geo::s32)

Creates a GeoBitStore from the given raw data.


const_iterator Geo::GeoBitStore::Begin


public: const_iterator Begin() const


Gets an STL-style 'begin' iterator that can be used to iterate over the bits.


const_iterator Geo::GeoBitStore::End


public: const_iterator End() const


Gets an STL-style 'end' iterator that can be used to iterate over the bits.


Geo::GeoBitStore::GeoBitStore


public: GeoBitStore
(
    u8 * bitArray,
    Geo::s32 numBits
)


Creates a GeoBitStore from the given raw data.