|
cgma
|
Public Member Functions | |
| Helper () | |
Public Attributes | |
| DIR * | mDirHandle |
| dirent * | mFileHandle |
Definition at line 24 of file CubitDirIterator.cpp.
| CubitDirIterator::Helper::Helper | ( | ) | [inline] |
Definition at line 26 of file CubitDirIterator.cpp.
{
#ifdef _WIN32
mFileHandle = INVALID_HANDLE_VALUE;
#else
mDirHandle = NULL;
mFileHandle = NULL;
#endif
}
Definition at line 40 of file CubitDirIterator.cpp.
Definition at line 41 of file CubitDirIterator.cpp.