Horizon
|
Stores a sequence of up to 3 UUIDs. More...
#include <uuid_path.hpp>
Public Member Functions | |
UUIDPath (const UUID &uu) | |
UUIDPath (const UUID &uu0, const UUID &uu1) | |
UUIDPath (const UUID &uu0, const UUID &uu1, const UUID &uu2) | |
UUIDPath (const std::string &str) | |
Constructs UUIDPath from up to two UUIDs separated by a /. | |
operator std::string () const | |
bool | operator< (const UUIDPath< N > &other) const |
bool | operator== (const UUIDPath< N > &other) const |
const UUID & | at (unsigned int i) const |
Stores a sequence of up to 3 UUIDs.
Is used in various places for referencing objects owned by another object, i.e. Pin of a Unit
|
inline |