![]() |
DUNE: Uniform Navigational Environment
2016.05.0
|
Public Types | |
| enum | ReadOptions { RD_FULL_NAME, RD_FILE_NAME } |
Public Member Functions | |
| Directory (void) | |
| Directory (const Path &path) | |
| ~Directory (void) | |
| bool | open (const Path &path) |
| bool | isOpen (void) |
| bool | close (void) |
| const char * | readEntry (ReadOptions options=RD_FILE_NAME) |
|
inline |
| DUNE::FileSystem::Directory::~Directory | ( | void | ) |
Destructor.
References close().
| bool DUNE::FileSystem::Directory::close | ( | void | ) |
References DUNE::FileSystem::Path::str().
Referenced by ~Directory().
| bool DUNE::FileSystem::Directory::isOpen | ( | void | ) |
| bool DUNE::FileSystem::Directory::open | ( | const Path & | path | ) |
References DUNE::FileSystem::Path::c_str(), and DUNE::FileSystem::Path::str().
Referenced by Directory().
| const char * DUNE::FileSystem::Directory::readEntry | ( | ReadOptions | options = RD_FILE_NAME | ) |
References DUNE::FileSystem::Path::c_str(), RD_FILE_NAME, and RD_FULL_NAME.
Referenced by DUNE::FileSystem::Path::contents().
