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