ARB
|
#include <gb_undo.h>
Public Attributes | |
g_b_undo_list * | father |
g_b_undo_entry * | next |
short | type |
short | flag |
GBDATA * | source |
int | gbm_index |
long | sizeof_this |
union { | |
gb_transaction_save * ts | |
g_b_undo_gbd gs | |
} | d |
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 |
Definition at line 36 of file gb_undo.h.
Referenced by delete_g_b_undo_entry(), gb_check_in_undo_create(), gb_check_in_undo_delete(), gb_check_in_undo_modify(), and undo_entry().
short g_b_undo_entry::flag |
Definition at line 37 of file gb_undo.h.
Referenced by gb_check_in_undo_create(), gb_check_in_undo_delete(), gb_check_in_undo_modify(), and undo_entry().
GBDATA* g_b_undo_entry::source |
Definition at line 39 of file gb_undo.h.
Referenced by gb_check_in_undo_create(), gb_check_in_undo_delete(), gb_check_in_undo_modify(), and undo_entry().
int g_b_undo_entry::gbm_index |
Definition at line 40 of file gb_undo.h.
Referenced by gb_check_in_undo_create(), gb_check_in_undo_delete(), and gb_check_in_undo_modify().
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 |