Stores N unsigned integer values packed into 64-bit blocks.
| S | The number of bits into which each value is packed. |
|
| N | The maximum number of values that can be added. |
| Name | Description |
|---|---|
| GetSize() | Return the number of values stores. |
| operator[](Geo::u32) | Return the value at the specified index. |
| PackedIntegerVector() | Constructor. |
| Push(Geo::u32) | Add the specified value. |
public: Geo::u32 GetSize() const
Return the number of values stores.
public: Geo::u32 operator[]
(
Geo::u32 index
) const
Return the value at the specified index.
public: PackedIntegerVector()
Constructor.
public: void Push
(
Geo::u32 value
)
Add the specified value.