#include <OP_Stat.h>
Public Member Functions | |
| OP_Stat () | |
| ~OP_Stat () | |
| bool | load (UT_IStream &is, unsigned *permission) |
| int | save (ostream &os, unsigned permission=0777) |
| void | touch () |
| time_t | getCreateTime () const |
| time_t | getModifyTime () const |
| int | getAuthorId () const |
| const char * | getAuthor () const |
| void | setAuthor (const char *name) |
Definition at line 36 of file OP_Stat.h.
| OP_Stat::OP_Stat | ( | ) |
| OP_Stat::~OP_Stat | ( | ) |
| const char* OP_Stat::getAuthor | ( | ) | const |
| bool OP_Stat::load | ( | UT_IStream & | is, | |
| unsigned * | permission | |||
| ) |
| int OP_Stat::save | ( | ostream & | os, | |
| unsigned | permission = 0777 | |||
| ) |
| void OP_Stat::setAuthor | ( | const char * | name | ) |
| void OP_Stat::touch | ( | ) |
1.5.9