Definition at line 84 of file UnixUtils.H.
#include <UnixUtils.H>
Public Member Functions | |
| Directory (const std::string &s="") | |
| ~Directory () | |
| int | open (const std::string &s="") |
| void | close () |
| operator void * () | |
| bool | operator! () |
Private Attributes | |
| std::string | _path |
| bool | _good |
| DIR * | _dir |
| Directory | ( | const std::string & | s = "" | ) |
Definition at line 238 of file UnixUtils.C.
| ~Directory | ( | ) |
Definition at line 248 of file UnixUtils.C.
| void close | ( | ) |
Definition at line 264 of file UnixUtils.C.
| int open | ( | const std::string & | s = "" | ) |
Definition at line 270 of file UnixUtils.C.
| operator void * | ( | ) |
Definition at line 254 of file UnixUtils.C.
| bool operator! | ( | ) |
Definition at line 259 of file UnixUtils.C.
|
private |
Definition at line 89 of file UnixUtils.H.
|
private |
Definition at line 88 of file UnixUtils.H.
|
private |
Definition at line 87 of file UnixUtils.H.