void _serialize(Archive &ar, const unsigned int version)
Serialize this class.
Definition: DtPagePath.h:114
const std::string & path() const
Access the path.
Definition: DtPagePath.h:45
const std::string & path() const
Get the current path.
Definition: DtPagePath.h:74
std::string myPath
Definition: DtPagePath.h:51
Internal class used to ensure that it is not possible to incorrectly build a menu path...
Definition: DtPagePath.h:30
A page path is the location of a page based upon its parents.
Definition: DtPagePath.h:24
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:153
std::string myPath
Internal path.
Definition: DtPagePath.h:124
#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:161