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


Public Member Functions | |
| OsFileInfoBase () | |
| OsFileInfoBase (const OsFileInfoBase &rOsFileInfoBase) | |
| virtual | ~OsFileInfoBase () |
| OsFileInfoBase & | operator= (const OsFileInfoBase &rhs) |
| OsStatus | getCreateTime (OsTime &rTime) const |
| OsStatus | getModifiedTime (OsTime &rTime) const |
| OsStatus | getSize (unsigned long &rSize) const |
| UtlBoolean | isReadOnly () const |
| UtlBoolean | isDir () const |
Protected Attributes | |
| OsTime | mCreateTime |
| OsTime | mModifiedTime |
| UtlBoolean | mbIsReadOnly |
| UtlBoolean | mbIsDirectory |
| unsigned long | mSize |
Friends | |
| class | OsDirBase |
| class | OsFileBase |
| class | OsFileLinux |
| class | OsDirLinux |
| class | OsFileVxw |
| class | OsFileSystem |
| class | OsDirWnt |
| class | OsFileWnt |
| class | OsFileSystemWnt |
| OsFileInfoBase | ( | ) |
| OsFileInfoBase | ( | const OsFileInfoBase & | rOsFileInfoBase | ) |
|
virtual |
| OsFileInfoBase & operator= | ( | const OsFileInfoBase & | rhs | ) |
| OsStatus getSize | ( | unsigned long & | rSize | ) | const |
| UtlBoolean isReadOnly | ( | ) | const |
| UtlBoolean isDir | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.11