IDA C++ SDK 9.2
Loading...
Searching...
No Matches
snapshot_t Class Reference

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

Detailed Description

Snapshot attributes.

Constructor & Destructor Documentation

◆ snapshot_t()

snapshot_t::snapshot_t ( )
inline

◆ ~snapshot_t()

snapshot_t::~snapshot_t ( )
inline

Member Function Documentation

◆ DEFINE_MEMORY_ALLOCATION_FUNCS()

snapshot_t::DEFINE_MEMORY_ALLOCATION_FUNCS ( )
inline

Member Data Documentation

◆ id

qtime64_t snapshot_t::id = 0

snapshot ID. This value is computed using qgettimeofday()

◆ flags

uint16 snapshot_t::flags = 0

◆ desc

char snapshot_t::desc[MAX_DATABASE_DESCRIPTION]

snapshot description

◆ filename

char snapshot_t::filename[QMAXPATH]

snapshot file name

◆ children

snapshots_t snapshot_t::children

snapshot children


The documentation for this class was generated from the following file: