A table that maps id numbers to position numbers.
More...
#include <IdTable.hxx>
A table that maps id numbers to position numbers.
Definition at line 32 of file IdTable.hxx.
◆ IdTable()
IdTable::IdTable |
( |
unsigned |
_size | ) |
|
|
inline |
◆ ~IdTable()
◆ Erase()
void IdTable::Erase |
( |
unsigned |
id | ) |
|
|
inline |
◆ GenerateId()
unsigned IdTable::GenerateId |
( |
| ) |
|
|
inline |
◆ IdToPosition()
int IdTable::IdToPosition |
( |
unsigned |
id | ) |
const |
|
inline |
◆ Insert()
unsigned IdTable::Insert |
( |
unsigned |
position | ) |
|
|
inline |
◆ Move()
void IdTable::Move |
( |
unsigned |
id, |
|
|
unsigned |
position |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: