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


Public Member Functions | |
| OsDirLinux (const char *pathname) | |
| OsDirLinux (const OsPathLinux &rOsPath) | |
| OsDirLinux (const OsDirLinux &rOsDir) | |
| virtual | ~OsDirLinux () |
| OsStatus | create (int permissions=0755) 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 | create () const |
| virtual OsStatus | remove (UtlBoolean bRecursive, UtlBoolean bForce) const |
| virtual void | getPath (OsPathBase &rOsPath) const |
Protected Member Functions | |
| OsDirLinux () | |
| OsDirLinux & | operator= (const OsDirLinux &rhs) |
Protected Member Functions inherited from OsDirBase | |
| OsDirBase & | operator= (const OsDirBase &rhs) |
Additional Inherited Members | |
Protected Attributes inherited from OsDirBase | |
| OsPathBase | mDirName |
| OsDirLinux | ( | const char * | pathname | ) |
| OsDirLinux | ( | const OsPathLinux & | rOsPath | ) |
| OsDirLinux | ( | const OsDirLinux & | rOsDir | ) |
|
virtual |
|
protected |
| OsStatus create | ( | int | permissions = 0755 | ) | const |
|
virtual |
Implements OsDirBase.
|
virtual |
Reimplemented from OsDirBase.
|
protected |
1.8.11