|
HDK
|
#include <OP_Stat.h>
Public Member Functions | |
| OP_Stat () | |
| ~OP_Stat () | |
| bool | load (UT_IStream &is, unsigned *permission) |
| bool | save (std::ostream &os, unsigned permission=0777) |
| void | touch () |
| time_t | getCreateTime () const |
| time_t | getModifyTime () const |
| bool | isAuthorCurrentUser () const |
| const UT_StringHolder & | getAuthor () const |
| void | setAuthor (const UT_StringRef &name) |
| int64 | getMemoryUsage (bool inclusive) const |
| OP_Stat::OP_Stat | ( | ) |
| OP_Stat::~OP_Stat | ( | ) |
| const UT_StringHolder& OP_Stat::getAuthor | ( | ) | const |
|
inline |
| bool OP_Stat::load | ( | UT_IStream & | is, |
| unsigned * | permission | ||
| ) |
| bool OP_Stat::save | ( | std::ostream & | os, |
| unsigned | permission = 0777 |
||
| ) |
| void OP_Stat::setAuthor | ( | const UT_StringRef & | name | ) |
| void OP_Stat::touch | ( | ) |