Definition at line 36 of file qofid.cpp.
◆ QofCollection_s()
| QofCollection::QofCollection_s |
( |
QofIdType |
type | ) |
|
|
inline |
Definition at line 44 of file qofid.cpp.
44 : e_type{
static_cast<QofIdType>(CACHE_INSERT(type))}
45 , is_dirty{FALSE}
47 , data{NULL} {}
const gchar * QofIdType
QofIdType declaration.
GHashTable * guid_hash_table_new(void)
Returns a GHashTable with <GUID*> as key and a <gpointer> as value and no destructor functions for ke...
◆ ~QofCollection_s()
| QofCollection::~QofCollection_s |
( |
| ) |
|
|
inline |
Definition at line 48 of file qofid.cpp.
49 {
50 CACHE_REMOVE (e_type);
51 g_hash_table_destroy (hash_of_entities);
52 }
◆ data
| gpointer QofCollection::data |
◆ e_type
◆ hash_of_entities
| GHashTable* QofCollection::hash_of_entities |
◆ is_dirty
| gboolean QofCollection::is_dirty |
The documentation for this struct was generated from the following file: