This is the complete list of members for ZFPathInfoImpl, including all inherited members.
callbackClose | ZFPathInfoImpl | |
callbackFindClose | ZFPathInfoImpl | |
callbackFindFirst | ZFPathInfoImpl | |
callbackFindNext | ZFPathInfoImpl | |
callbackFlush | ZFPathInfoImpl | |
callbackIsDir | ZFPathInfoImpl | |
callbackIsEof | ZFPathInfoImpl | |
callbackIsError | ZFPathInfoImpl | |
callbackIsExist | ZFPathInfoImpl | |
callbackMove | ZFPathInfoImpl | |
callbackOpen | ZFPathInfoImpl | |
callbackPathCreate | ZFPathInfoImpl | |
callbackRead | ZFPathInfoImpl | |
callbackRemove | ZFPathInfoImpl | |
callbackSeek | ZFPathInfoImpl | |
callbackSize | ZFPathInfoImpl | |
callbackTell | ZFPathInfoImpl | |
callbackToChild | ZFPathInfoImpl | |
callbackToFileName | ZFPathInfoImpl | |
callbackToParent | ZFPathInfoImpl | |
callbackWrite | ZFPathInfoImpl | |
implClose(void *token) const | ZFPathInfoImpl | inline |
implFindClose(ZFFileFindData &fd) const | ZFPathInfoImpl | inline |
implFindFirst(ZFFileFindData &fd, const zfchar *pathData) const | ZFPathInfoImpl | inline |
implFindNext(ZFFileFindData &fd) const | ZFPathInfoImpl | inline |
implFlush(void *token) const | ZFPathInfoImpl | inline |
implIsDir(const zfchar *pathData) const | ZFPathInfoImpl | inline |
implIsEof(void *token) const | ZFPathInfoImpl | inline |
implIsError(void *token) const | ZFPathInfoImpl | inline |
implIsExist(const zfchar *pathData) const | ZFPathInfoImpl | inline |
implMove(const zfchar *pathDataFrom, const zfchar *pathDataTo, zfbool isForce=_ZFT_t_zftrue) const | ZFPathInfoImpl | inline |
implOpen(const zfchar *pathData, ZFFileOpenOptionFlags flag=v_ZFFileOpenOption::e_Read, zfbool autoCreateParent=_ZFT_t_zftrue) const | ZFPathInfoImpl | inline |
implPathCreate(const zfchar *pathData, zfbool autoMakeParent=_ZFT_t_zftrue) const | ZFPathInfoImpl | inline |
implRead(void *token, void *buf, zfindex maxByteSize) const | ZFPathInfoImpl | inline |
implRemove(const zfchar *pathData, zfbool isRecursive=_ZFT_t_zftrue, zfbool isForce=_ZFT_t_zftrue) const | ZFPathInfoImpl | inline |
implSeek(void *token, zfindex byteSize, ZFSeekPos position=ZFSeekPosBegin) const | ZFPathInfoImpl | inline |
implSize(void *token) const | ZFPathInfoImpl | inline |
implTell(void *token) const | ZFPathInfoImpl | inline |
implToChild(zfstring &ret, const zfchar *pathData, const zfchar *childName) const | ZFPathInfoImpl | inline |
implToFileName(zfstring &ret, const zfchar *pathData) const | ZFPathInfoImpl | inline |
implToParent(zfstring &ret, const zfchar *pathData) const | ZFPathInfoImpl | inline |
implWrite(void *token, const void *src, zfindex maxByteSize=((zfindex) -1)) const | ZFPathInfoImpl | inline |