cgma
CubitDirIterator::Helper Struct Reference

List of all members.

Public Member Functions

 Helper ()

Public Attributes

DIR * mDirHandle
dirent * mFileHandle

Detailed Description

Definition at line 24 of file CubitDirIterator.cpp.


Constructor & Destructor Documentation

Definition at line 26 of file CubitDirIterator.cpp.

  {
#ifdef _WIN32
    mFileHandle = INVALID_HANDLE_VALUE;
#else
    mDirHandle = NULL;
    mFileHandle = NULL;
#endif
  }

Member Data Documentation

Definition at line 41 of file CubitDirIterator.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines