ost::Dir Class Reference
A low level portable directory class.
More...
#include <file.h>
List of all members.
Detailed Description
A low level portable directory class.
Used to support ccstd Directory container. This provides a basic mechanism for allocating and accessing file entries.
- Author:
- David Sugar <dyfet@ostel.com> low level directory access class.
Constructor & Destructor Documentation
ost::Dir::Dir |
( |
const char * |
name = NULL |
) |
|
virtual ost::Dir::~Dir |
( |
|
) |
[virtual] |
Member Function Documentation
void ost::Dir::close |
( |
void |
|
) |
|
static bool ost::Dir::create |
( |
const char * |
path, |
|
|
Attr |
attr = attrGroup | |
|
) |
| | [static] |
const char* ost::Dir::getName |
( |
void |
|
) |
|
static bool ost::Dir::getPrefix |
( |
char * |
path, |
|
|
size_t |
size = PATH_MAX | |
|
) |
| | [static] |
bool ost::Dir::isValid |
( |
void |
|
) |
|
void ost::Dir::open |
( |
const char * |
name |
) |
|
bool ost::Dir::operator! |
( |
|
) |
[inline] |
const char* ost::Dir::operator* |
( |
|
) |
|
const char* ost::Dir::operator++ |
( |
int |
|
) |
[inline] |
const char* ost::Dir::operator++ |
( |
|
) |
[inline] |
static bool ost::Dir::remove |
( |
const char * |
path |
) |
[static] |
bool ost::Dir::rewind |
( |
void |
|
) |
|
static bool ost::Dir::setPrefix |
( |
const char * |
path |
) |
[static] |
The documentation for this class was generated from the following file: