This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels