#include <Directory.H>
Public Member Functions | |
Directory (const std::string &s="") | |
~Directory () | |
int | open (const std::string &s="") |
void | close () |
operator void * () | |
bool | operator! () |
Directory (const std::string &s="") | |
~Directory () | |
int | open (const std::string &s="") |
void | close () |
operator void * () | |
bool | operator! () |
Protected Attributes | |
std::string | _path |
bool | _good |
DIR * | _dir |
Additional Inherited Members | |
Public Attributes inherited from vector< T > | |
T | elements |
STL member. More... | |
Definition at line 26 of file Directory.H.
Directory | ( | const std::string & | s = "" | ) |
~Directory | ( | ) |
Definition at line 45 of file Directory.C.
Directory | ( | const std::string & | s = "" | ) |
~Directory | ( | ) |
void close | ( | ) |
Definition at line 62 of file Directory.C.
Referenced by Directory().
void close | ( | ) |
int open | ( | const std::string & | s = "" | ) |
Definition at line 69 of file Directory.C.
References _dir, _good, and _path.
Referenced by Directory().
int open | ( | const std::string & | s = "" | ) |
operator void * | ( | ) |
Definition at line 50 of file Directory.C.
operator void * | ( | ) |
bool operator! | ( | ) |
Definition at line 56 of file Directory.C.
References _good.
bool operator! | ( | ) |
|
protected |
Definition at line 31 of file Directory.H.
Referenced by close(), Directory(), and open().
|
protected |
Definition at line 30 of file Directory.H.
Referenced by close(), Directory(), open(), and operator!().
|
protected |
Definition at line 29 of file Directory.H.
Referenced by Directory(), and open().