Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::GeoBitStore

Container for a set of bits.

Classes

NameDescription
Geo::GeoBitStore::const_iterator

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

Functions

NameDescription
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.


Anchor
af7ca18748a9d4a3e0de3ecc3403d2e28
af7ca18748a9d4a3e0de3ecc3403d2e28

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.


Anchor
af59f783ed86a330cfa5ae4778f9bd5e2
af59f783ed86a330cfa5ae4778f9bd5e2

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.


Anchor
a47593f811a4795df5bf8f5908e5e2266
a47593f811a4795df5bf8f5908e5e2266

Geo::GeoBitStore::GeoBitStore

...

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

...

Creates a GeoBitStore from the given raw data.