This class is used to manage UIDs. This UID manager is incrementing the UID on each getId call.
More...
#include "aUidMangager.h"
|
| | aUidManager () |
| | Default construcor. Initialize the first id with 1.
|
| |
| virtual | ~aUidManager () |
| | Deconstructor.
|
| |
| virtual UID | getId (void) |
| | Will return the current id and increase it for the next call.
|
| |
| void | reset (void) |
| | Will reset the UID manager (start from the beginning)
|
| |
| void | setLatestUid (UID _uid) |
| | Will set the current UID to the UID provided.
|
| |
This class is used to manage UIDs. This UID manager is incrementing the UID on each getId call.
◆ aUidManager()
| ak::aUidManager::aUidManager |
( |
| ) |
|
Default construcor. Initialize the first id with 1.
◆ ~aUidManager()
| ak::aUidManager::~aUidManager |
( |
| ) |
|
|
virtual |
◆ getId()
| ak::UID ak::aUidManager::getId |
( |
void | | ) |
|
|
virtual |
Will return the current id and increase it for the next call.
◆ reset()
| void ak::aUidManager::reset |
( |
void | | ) |
|
Will reset the UID manager (start from the beginning)
◆ setLatestUid()
| void ak::aUidManager::setLatestUid |
( |
ak::UID | _uid | ) |
|
Will set the current UID to the UID provided.
- Parameters
-
The documentation for this class was generated from the following files: