rpm
5.4.15
|
#include <rpmio/mongo.h>
Data Fields | |
mongo_header | head |
mongo_reply_fields | fields |
char | objs |
mongo_reply_fields mongo_reply::fields |
Definition at line 160 of file mongo.h.
Referenced by mongo_cursor_destroy(), mongo_cursor_get_more(), mongo_cursor_next(), mongo_cursor_op_query(), and mongo_read_response().
mongo_header mongo_reply::head |
Definition at line 159 of file mongo.h.
Referenced by mongo_cursor_next(), and mongo_read_response().
char mongo_reply::objs |
Definition at line 161 of file mongo.h.
Referenced by mongo_cursor_next(), mongo_cursor_op_query(), and mongo_read_response().