IDA C++ SDK 9.2
|
Snapshot attributes. More...
#include <loader.hpp>
Public Member Functions | |
DEFINE_MEMORY_ALLOCATION_FUNCS () DECLARE_COMPARISON_OPERATORS(snapshot_t) void clear() | |
snapshot_t () | |
~snapshot_t () |
Public Attributes | |
qtime64_t | id = 0 |
snapshot ID. This value is computed using qgettimeofday() | |
uint16 | flags = 0 |
Snapshot flags | |
char | desc [MAX_DATABASE_DESCRIPTION] |
snapshot description | |
char | filename [QMAXPATH] |
snapshot file name | |
snapshots_t | children |
snapshot children |
Snapshot attributes.
|
inline |
|
inline |
|
inline |
qtime64_t snapshot_t::id = 0 |
snapshot ID. This value is computed using qgettimeofday()
uint16 snapshot_t::flags = 0 |
char snapshot_t::desc[MAX_DATABASE_DESCRIPTION] |
snapshot description
char snapshot_t::filename[QMAXPATH] |
snapshot file name
snapshots_t snapshot_t::children |
snapshot children