#include <unique_id.h>
Inheritance diagram for unique_int:


Public Member Functions | |
| unique_int (int initial=0) | |
| implicit default for "initial" of zero indicates bogus id. | |
| bool | operator! () const |
| provides a way to test whether an id is valid. | |
Definition at line 96 of file unique_id.h.
| unique_int::unique_int | ( | int | initial = 0 |
) | [inline] |
implicit default for "initial" of zero indicates bogus id.
Definition at line 99 of file unique_id.h.
Referenced by connection_id::connection_id(), message_id::message_id(), and transport_id::transport_id().
| bool unique_int::operator! | ( | ) | const [inline] |
provides a way to test whether an id is valid.
This uses the implicit assumption that a zero id is invalid or unassigned.
Definition at line 102 of file unique_id.h.
References unique_id< int >::raw_id().
1.5.1