◆ setSize()
void Ultima::Ultima8::BitSet::setSize |
( |
unsigned int |
size | ) |
|
|
overridevirtual |
◆ getEntries()
uint32 Ultima::Ultima8::BitSet::getEntries |
( |
unsigned int |
pos, |
|
|
unsigned int |
n |
|
) |
| const |
|
overridevirtual |
get a value
- Parameters
-
pos | zero-based position (in bits) |
n | number of bits (no greater than 32) |
- Returns
- the value these bits represent
Implements Ultima::Ultima8::GlobalStorage.
◆ setEntries()
void Ultima::Ultima8::BitSet::setEntries |
( |
unsigned int |
pos, |
|
|
unsigned int |
n, |
|
|
uint32 |
bits |
|
) |
| |
|
overridevirtual |
set a value
- Parameters
-
pos | zero-based position (in bits) |
n | number of bits (no greater than 32) |
bits | the value to set |
Implements Ultima::Ultima8::GlobalStorage.
The documentation for this class was generated from the following file: