#include <lldir_win32.h>
Inheritance diagram for LLDir_Win32:
Public Member Functions | |
LLDir_Win32 () | |
virtual | ~LLDir_Win32 () |
void | initAppDirs (const std::string &app_name) |
std::string | getCurPath () |
U32 | countFilesInDir (const std::string &dirname, const std::string &mask) |
BOOL | getNextFileInDir (const std::string &dirname, const std::string &mask, std::string &fname, BOOL wrap) |
void | getRandomFileInDir (const std::string &dirname, const std::string &mask, std::string &fname) |
BOOL | fileExists (const std::string &filename) |
Private Member Functions | |
BOOL | getNextFileInDir (const llutf16string &dirname, const std::string &mask, std::string &fname, BOOL wrap) |
Private Attributes | |
void * | mDirSearch_h |
llutf16string | mCurrentDir |
Definition at line 37 of file lldir_win32.h.
LLDir_Win32::LLDir_Win32 | ( | ) |
virtual LLDir_Win32::~LLDir_Win32 | ( | ) | [virtual] |
U32 LLDir_Win32::countFilesInDir | ( | const std::string & | dirname, | |
const std::string & | mask | |||
) | [virtual] |
Implements LLDir.
std::string LLDir_Win32::getCurPath | ( | ) | [virtual] |
Implements LLDir.
BOOL LLDir_Win32::getNextFileInDir | ( | const llutf16string & | dirname, | |
const std::string & | mask, | |||
std::string & | fname, | |||
BOOL | wrap | |||
) | [private] |
BOOL LLDir_Win32::getNextFileInDir | ( | const std::string & | dirname, | |
const std::string & | mask, | |||
std::string & | fname, | |||
BOOL | wrap | |||
) | [virtual] |
Implements LLDir.
void LLDir_Win32::getRandomFileInDir | ( | const std::string & | dirname, | |
const std::string & | mask, | |||
std::string & | fname | |||
) | [virtual] |
Implements LLDir.
llutf16string LLDir_Win32::mCurrentDir [private] |
Definition at line 55 of file lldir_win32.h.
void* LLDir_Win32::mDirSearch_h [private] |
Definition at line 54 of file lldir_win32.h.