ARB
Public Attributes | List of all members
g_b_undo_entry Struct Reference

#include <gb_undo.h>

Collaboration diagram for g_b_undo_entry:
Collaboration graph
[legend]

Public Attributes

g_b_undo_listfather
 
g_b_undo_entrynext
 
short type
 
short flag
 
GBDATAsource
 
int gbm_index
 
long sizeof_this
 
union {
   gb_transaction_save *   ts
 
   g_b_undo_gbd   gs
 
d
 

Detailed Description

Definition at line 33 of file gb_undo.h.

Member Data Documentation

g_b_undo_list* g_b_undo_entry::father

Definition at line 34 of file gb_undo.h.

Referenced by g_b_add_size_to_undo_entry(), and new_g_b_undo_entry().

g_b_undo_entry* g_b_undo_entry::next

Definition at line 35 of file gb_undo.h.

Referenced by delete_g_b_undo_list(), g_b_undo(), g_b_undo_info(), and new_g_b_undo_entry().

short g_b_undo_entry::type
short g_b_undo_entry::flag
GBDATA* g_b_undo_entry::source
int g_b_undo_entry::gbm_index
long g_b_undo_entry::sizeof_this

Definition at line 41 of file gb_undo.h.

Referenced by g_b_add_size_to_undo_entry().

gb_transaction_save* g_b_undo_entry::ts

Definition at line 43 of file gb_undo.h.

Referenced by delete_g_b_undo_entry(), gb_check_in_undo_modify(), and undo_entry().

g_b_undo_gbd g_b_undo_entry::gs

Definition at line 44 of file gb_undo.h.

Referenced by g_b_read_undo_key_pntr(), gb_check_in_undo_delete(), and undo_entry().

union { ... } g_b_undo_entry::d

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