|
libmongo-client 0.1.4
|
Public header for various libmongo-client helper functions. More...
#include <glib.h>

Go to the source code of this file.
Functions | |
| void | mongo_util_oid_init (gint32 machine_id) |
| Intitialize the static ObjectID components. | |
| guint8 * | mongo_util_oid_new (gint32 seq) |
| Generate a new ObjectID. | |
| guint8 * | mongo_util_oid_new_with_time (gint32 time, gint32 seq) |
| Generate a new ObjectID, with a predefined timestamp. | |
| gchar * | mongo_util_oid_as_string (const guint8 *oid) |
| Convert an ObjectID to its string representation. | |
| gboolean | mongo_util_parse_addr (const gchar *addr, gchar **host, gint *port) |
| Parse a HOST:IP pair. | |
Public header for various libmongo-client helper functions.
Definition in file mongo-utils.h.
1.7.4