Definition at line 34 of file r_folder.h.
Public Types | |
enum | FolderTypeEnum |
enum | FolderStatusType |
typedef std::vector< UnknownField > | UnknownsType |
Public Member Functions | |
Folder () | |
~Folder () | |
const unsigned char * | ParseField (const unsigned char *begin, const unsigned char *end) |
uint8_t | GetRecType () const |
uint32_t | GetUniqueId () const |
void | SetIds (uint8_t Type, uint32_t Id) |
void | ParseHeader (const Data &data, size_t &offset) |
void | ParseFields (const Data &data, size_t &offset) |
void | Clear () |
void | Dump (std::ostream &os) const |
bool | operator< (const Folder &other) const |
Static Public Member Functions | |
static const char * | GetDBName () |
static uint8_t | GetDefaultRecType () |
Public Attributes | |
uint8_t | RecType |
uint32_t | RecordId |
std::string | FolderName |
uint16_t | FolderNumber |
uint16_t | FolderLevel |
FolderTypeEnum | FolderType |
UnknownsType | Unknowns |