|
sipxportlib
Version 3.3
|
#include <OsDirWnt.h>


Public Member Functions | |
| OsDirWnt (const char *pathname) | |
| OsDirWnt (const OsPathWnt &rOsPath) | |
| OsDirWnt (const OsDirWnt &rOsDir) | |
| virtual | ~OsDirWnt () |
| OsStatus | create () const |
| OsStatus | rename (const char *name) |
| OsStatus | getFileInfo (OsFileInfoBase &rFileInfo) const |
| UtlBoolean | exists () |
Public Member Functions inherited from OsDirBase | |
| OsDirBase (const char *pathname) | |
| OsDirBase (const OsPathBase &rOsPath) | |
| OsDirBase (const OsDirBase &rOsDir) | |
| virtual | ~OsDirBase () |
| virtual OsStatus | remove (UtlBoolean bRecursive, UtlBoolean bForce) const |
| virtual void | getPath (OsPathBase &rOsPath) const |
Protected Member Functions | |
| OsDirWnt () | |
| OsDirWnt & | operator= (const OsDirWnt &rhs) |
Protected Member Functions inherited from OsDirBase | |
| OsDirBase & | operator= (const OsDirBase &rhs) |
Additional Inherited Members | |
Protected Attributes inherited from OsDirBase | |
| OsPathBase | mDirName |
| OsDirWnt | ( | const char * | pathname | ) |
|
virtual |
|
protected |
|
virtual |
Implements OsDirBase.
|
virtual |
Reimplemented from OsDirBase.
1.8.11