|
HDK
|
#include <UT_Archive.h>
Public Member Functions | |
| int64_t | gid () const |
| int64_t | uid () const |
| int64_t | size () const |
| int64_t | ino64 () const |
| mode_t | fileType () const |
| UT_StringHolder | gname () const |
| UT_StringHolder | hardlink () const |
| UT_StringHolder | pathname () const |
| UT_StringHolder | symlink () const |
| UT_StringHolder | uname () const |
| void | setGid (int64_t gid) |
| void | setUid (int64_t uid) |
| void | setSize (int64_t size) |
| void | setIno64 (int64_t ino) |
| void | setGName (const char *gname) |
| void | setHardlink (const char *hardlink) |
| void | setPathname (const char *pathname) |
| void | setSymlink (const char *symlink) |
| void | setUName (const char *uname) |
| void | setMTime (time_t t, int64_t v) |
| bool | operator== (const UT_ArchiveEntry &entry) const |
| bool | operator!= (const UT_ArchiveEntry &entry) const |
| operator bool () const | |
Friends | |
| class | UT_ArchiveReader |
Definition at line 46 of file UT_Archive.h.
| mode_t UT_ArchiveEntry::fileType | ( | ) | const |
| int64_t UT_ArchiveEntry::gid | ( | ) | const |
| UT_StringHolder UT_ArchiveEntry::gname | ( | ) | const |
| UT_StringHolder UT_ArchiveEntry::hardlink | ( | ) | const |
| int64_t UT_ArchiveEntry::ino64 | ( | ) | const |
|
inlineexplicit |
Definition at line 81 of file UT_Archive.h.
|
inline |
Definition at line 77 of file UT_Archive.h.
|
inline |
Definition at line 73 of file UT_Archive.h.
| UT_StringHolder UT_ArchiveEntry::pathname | ( | ) | const |
| void UT_ArchiveEntry::setGid | ( | int64_t | gid | ) |
| void UT_ArchiveEntry::setGName | ( | const char * | gname | ) |
| void UT_ArchiveEntry::setHardlink | ( | const char * | hardlink | ) |
| void UT_ArchiveEntry::setIno64 | ( | int64_t | ino | ) |
| void UT_ArchiveEntry::setMTime | ( | time_t | t, |
| int64_t | v | ||
| ) |
| void UT_ArchiveEntry::setPathname | ( | const char * | pathname | ) |
| void UT_ArchiveEntry::setSize | ( | int64_t | size | ) |
| void UT_ArchiveEntry::setSymlink | ( | const char * | symlink | ) |
| void UT_ArchiveEntry::setUid | ( | int64_t | uid | ) |
| void UT_ArchiveEntry::setUName | ( | const char * | uname | ) |
| int64_t UT_ArchiveEntry::size | ( | ) | const |
| UT_StringHolder UT_ArchiveEntry::symlink | ( | ) | const |
| int64_t UT_ArchiveEntry::uid | ( | ) | const |
| UT_StringHolder UT_ArchiveEntry::uname | ( | ) | const |
|
friend |
Definition at line 86 of file UT_Archive.h.