void _serialize(Archive &ar, const unsigned int version)
Serialize this class.
Definition: DtPagePath.h:111
const std::string & path() const
Access the path.
Definition: DtPagePath.h:42
const std::string & path() const
Get the current path.
Definition: DtPagePath.h:71
std::string myPath
Definition: DtPagePath.h:48
Internal class used to ensure that it is not possible to incorrectly build a menu path...
Definition: DtPagePath.h:27
A page path is the location of a page based upon its parents. A page path usually only consists of a ...
Definition: DtPagePath.h:21
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:160
std::string myPath
Internal path.
Definition: DtPagePath.h:121
#define DT_SERIALIZE_MEMBER(NAME)
Serialize a Member whose name starts with 'my' If your member does not have that name, use Dt_SERIALIZE.
Definition: DtSerialize.h:158