ZFFramework
 
Loading...
Searching...
No Matches
ZFPathInfo.h File Reference

path related info storage for impl More...

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)
 

Detailed Description

path related info storage for impl