Data Fields | |
MicrofeedDatabaseIndex * | next |
MicrofeedDatabase * | database |
char * | name |
DB * | db |
MicrofeedDatabaseIndexFunction | index_function |
Definition at line 30 of file microfeeddatabase.c.
Definition at line 31 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), and microfeed_database_get_index().
Definition at line 33 of file microfeeddatabase.c.
Referenced by microfeed_database_get_index(), microfeed_database_index_get_data(), microfeed_database_index_get_database(), microfeed_database_index_iterate(), microfeed_database_index_remove_data(), and microfeed_database_index_remove_data_range().
char* name |
Definition at line 34 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), microfeed_database_get_index(), and microfeed_database_index_get_name().
DB* db |
Definition at line 35 of file microfeeddatabase.c.
Referenced by microfeed_database_free(), microfeed_database_get_index(), microfeed_database_index_get_data(), microfeed_database_index_iterate(), microfeed_database_index_remove_data(), and microfeed_database_index_remove_data_range().