#include <Backup.hpp>
Collaboration diagram for Backup::Attribute:

Public Types | |
| COL_NULLABLE = 0x1 | |
| COL_FIXED = 0x2 | |
| COL_DISK = 0x4 | |
| enum | Flags { COL_NULLABLE = 0x1, COL_FIXED = 0x2, COL_DISK = 0x4 } |
Public Attributes | |
| Backup::Attribute::Data | data |
| union { | |
| Uint32 nextPool | |
| Uint32 nextList | |
| }; | |
| Uint32 | prevList |
Classes | |
| struct | Data |
Definition at line 174 of file Backup.hpp.
Definition at line 175 of file Backup.hpp.
00175 { 00176 COL_NULLABLE = 0x1, 00177 COL_FIXED = 0x2, 00178 COL_DISK = 0x4 00179 };
| union { ... } |
Referenced by Backup::createAttributeMask(), Backup::execBACKUP_FRAGMENT_REQ(), and Backup::execTRANSID_AI().
Definition at line 189 of file Backup.hpp.
Definition at line 188 of file Backup.hpp.
Definition at line 191 of file Backup.hpp.
1.4.7

