Class for storing identifiers. More...
#include <trace-recorder.hpp>
Public Member Functions | |
ID (void) | |
Do not initialize. More... | |
ID (unsigned int id) | |
Initialize. More... | |
operator unsigned int (void) const | |
Access. More... | |
Protected Attributes | |
unsigned int | _id |
The actual identifier. More... | |
Class for storing identifiers.
Definition at line 61 of file trace-recorder.hpp.
|
inline |
Do not initialize.
Definition at line 167 of file trace-recorder.hpp.
|
inline |
Initialize.
Definition at line 170 of file trace-recorder.hpp.
|
inline |
Access.
Definition at line 173 of file trace-recorder.hpp.
|
protected |
The actual identifier.
Definition at line 64 of file trace-recorder.hpp.