sipxportlib
Version 3.3
|
#include <OsFileInfoWnt.h>
Public Member Functions | |
OsFileInfoWnt () | |
OsFileInfoWnt (const OsFileInfoWnt &rOsFileInfo) | |
virtual | ~OsFileInfoWnt () |
OsFileInfoWnt & | operator= (const OsFileInfoWnt &rhs) |
UtlBoolean | isReadOnly () const |
![]() | |
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 |
Friends | |
class | OsDirBase |
class | OsFileBase |
class | OsFileSystem |
class | OsDirWnt |
class | OsFileWnt |
class | OsFileSystemWnt |
Additional Inherited Members | |
![]() | |
OsTime | mCreateTime |
OsTime | mModifiedTime |
UtlBoolean | mbIsReadOnly |
UtlBoolean | mbIsDirectory |
unsigned long | mSize |
OsFileInfoWnt | ( | ) |
OsFileInfoWnt | ( | const OsFileInfoWnt & | rOsFileInfo | ) |
|
virtual |
OsFileInfoWnt & operator= | ( | const OsFileInfoWnt & | rhs | ) |
UtlBoolean isReadOnly | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |