#include <typedId.hpp>
|
template<unsigned int TypeNumber> |
| AnyId (const TypedId< TypeNumber > &id) |
|
bool | operator== (const AnyId &other) const |
|
template<typename IdType > |
IdType | is () const |
|
template<typename IdType > |
IdType | get () const |
|
|
unsigned short | type |
|
unsigned int | id |
|
Definition at line 111 of file typedId.hpp.
template<unsigned int TypeNumber>
AnyId::AnyId |
( |
const TypedId< TypeNumber > & |
id | ) |
|
|
inline |
template<typename IdType >
IdType AnyId::get |
( |
| ) |
const |
|
inline |
template<typename IdType >
IdType AnyId::is |
( |
| ) |
const |
|
inline |
bool AnyId::operator== |
( |
const AnyId & |
other | ) |
const |
|
inline |
unsigned short AnyId::type |
|
private |
The documentation for this class was generated from the following file: