path related info storage for impl More...
#include "ZFObjectClassTypeFwd.h"
Go to the source code of this file.
Classes | |
class | ZFPathInfo |
path related info storage for impl, actual meaning of the info depends on impl More... | |
Macros | |
#define | ZFPATHTYPE_DECLARE(ZFLIB_, pathType) |
see ZFPathInfo | |
#define | ZFPATHTYPE_DEFINE(pathType) |
see ZFPathInfo | |
Functions | |
zfbool | operator< (const ZFPathInfo &v0, const ZFPathInfo &v1) |
zfbool | operator<= (const ZFPathInfo &v0, const ZFPathInfo &v1) |
zfbool | operator> (const ZFPathInfo &v0, const ZFPathInfo &v1) |
zfbool | operator>= (const ZFPathInfo &v0, const ZFPathInfo &v1) |
path related info storage for impl