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


Public Member Functions | |
| OsDirBase (const char *pathname) | |
| OsDirBase (const OsPathBase &rOsPath) | |
| OsDirBase (const OsDirBase &rOsDir) | |
| virtual | ~OsDirBase () |
| virtual OsStatus | create () const |
| virtual OsStatus | remove (UtlBoolean bRecursive, UtlBoolean bForce) const |
| virtual OsStatus | rename (const char *name) |
| virtual OsStatus | getFileInfo (OsFileInfoBase &rFileInfo) const =0 |
| virtual void | getPath (OsPathBase &rOsPath) const |
| virtual UtlBoolean | exists () |
Protected Member Functions | |
| OsDirBase & | operator= (const OsDirBase &rhs) |
Protected Attributes | |
| OsPathBase | mDirName |
| OsDirBase | ( | const char * | pathname | ) |
| OsDirBase | ( | const OsPathBase & | rOsPath | ) |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in OsDirWnt, and OsDirLinux.
|
pure virtual |
Implemented in OsDirWnt, and OsDirLinux.
|
virtual |
|
virtual |
Reimplemented in OsDirWnt, and OsDirLinux.
|
protected |
1.8.11