#include <opennurbs_archive.h>
Definition at line 187 of file opennurbs_archive.h.
Definition at line 15125 of file opennurbs_archive.cpp.
Definition at line 15150 of file opennurbs_archive.cpp.
ON__UINT64 ON_FileIterator::Count | ( | ) | const |
Definition at line 15187 of file opennurbs_archive.cpp.
Definition at line 15575 of file opennurbs_archive.cpp.
bool ON_FileIterator::CurrentFileIsDirectory | ( | ) | const |
Definition at line 15464 of file opennurbs_archive.cpp.
bool ON_FileIterator::CurrentFileIsHidden | ( | ) | const |
Definition at line 15485 of file opennurbs_archive.cpp.
Definition at line 15593 of file opennurbs_archive.cpp.
Definition at line 15584 of file opennurbs_archive.cpp.
const wchar_t * ON_FileIterator::CurrentFileName | ( | ) | const |
Definition at line 15437 of file opennurbs_archive.cpp.
ON__UINT64 ON_FileIterator::CurrentFileSize | ( | ) | const |
Definition at line 15446 of file opennurbs_archive.cpp.
void ON_FileIterator::Destroy | ( | ) |
Definition at line 15155 of file opennurbs_archive.cpp.
const wchar_t * ON_FileIterator::FirstFile | ( | const wchar_t * | directory_name, |
const wchar_t * | file_name_filter | ||
) |
Definition at line 15233 of file opennurbs_archive.cpp.
const wchar_t * ON_FileIterator::FirstFile | ( | const char * | directory_name, |
const char * | file_name_filter | ||
) |
Definition at line 15218 of file opennurbs_archive.cpp.
bool ON_FileIterator::GetCurrentFullPathFileName | ( | ON_wString & | filename | ) | const |
Definition at line 15506 of file opennurbs_archive.cpp.
const wchar_t * ON_FileIterator::NextFile | ( | ) |
Definition at line 15311 of file opennurbs_archive.cpp.
ON__UINT64 ON_FileIterator::m_count [private] |
Definition at line 302 of file opennurbs_archive.h.
Definition at line 318 of file opennurbs_archive.h.
Definition at line 320 of file opennurbs_archive.h.
Definition at line 319 of file opennurbs_archive.h.
Definition at line 322 of file opennurbs_archive.h.
Definition at line 321 of file opennurbs_archive.h.
wchar_t ON_FileIterator::m_current_name[1024] [private] |
Definition at line 317 of file opennurbs_archive.h.
DIR* ON_FileIterator::m_dir [private] |
Definition at line 312 of file opennurbs_archive.h.
ON_wString ON_FileIterator::m_directory [private] |
Definition at line 303 of file opennurbs_archive.h.
struct dirent ON_FileIterator::m_dirent [private] |
Definition at line 313 of file opennurbs_archive.h.
char ON_FileIterator::m_dirent_name_buffer[NAME_MAX+1] [private] |
Definition at line 314 of file opennurbs_archive.h.
Definition at line 311 of file opennurbs_archive.h.
Definition at line 310 of file opennurbs_archive.h.