alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <typedId.hpp>
Public Member Functions | |
TypedId () | |
TypedId (unsigned int id) | |
unsigned int | getRaw () const |
bool | operator== (const TypedId &other) const |
bool | operator!= (const TypedId &other) const |
bool | operator< (const TypedId &right) const |
bool | operator> (const TypedId &right) const |
bool | operator>= (const TypedId &right) const |
bool | operator<= (const TypedId &right) const |
Static Public Attributes | |
static const unsigned short | type_number = TypeNumber |
Private Member Functions | |
template<typename Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
unsigned int | id |
Friends | |
class | boost::serialization::access |
Definition at line 37 of file typedId.hpp.
Definition at line 43 of file typedId.hpp.
|
inlineexplicit |
Definition at line 48 of file typedId.hpp.
|
inline |
Definition at line 53 of file typedId.hpp.
|
inline |
Definition at line 64 of file typedId.hpp.
|
inline |
Definition at line 69 of file typedId.hpp.
|
inline |
Definition at line 84 of file typedId.hpp.
|
inline |
Definition at line 59 of file typedId.hpp.
|
inline |
Definition at line 74 of file typedId.hpp.
|
inline |
Definition at line 79 of file typedId.hpp.
|
inlineprivate |
Definition at line 90 of file typedId.hpp.
|
friend |
Definition at line 39 of file typedId.hpp.
|
private |
Definition at line 94 of file typedId.hpp.
|
static |
Definition at line 41 of file typedId.hpp.