Public Member Functions |
void | remove_first (Uint32 &full_count, Uint32 &full_sz) |
void | append_used_data (EventBufData *data, Uint32 full_count, Uint32 full_sz) |
void | append_used_data (EventBufData *data) |
void | append_data (EventBufData *data) |
void | append_list (EventBufData_list *list, Uint64 gci) |
int | is_empty () |
Gci_ops * | first_gci_ops () |
Gci_ops * | delete_next_gci_ops () |
void | add_gci_op (Gci_op g) |
Public Attributes |
EventBufData * | m_head |
EventBufData * | m_tail |
Uint32 | m_count |
Uint32 | m_sz |
union { |
Gci_op * m_gci_op_list |
Gci_ops * m_gci_ops_list |
}; | |
union { |
Uint32 m_gci_op_count |
Gci_ops * m_gci_ops_list_tail |
}; | |
union { |
Uint32 m_gci_op_alloc |
Uint32 m_is_not_multi_list |
}; | |
Detailed Description
Definition at line 95 of file NdbEventOperationImpl.hpp.
The documentation for this class was generated from the following files: