oarchive

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

end_record
int function(oarchive* oa, const char* tag) end_record;
Undocumented in source.
end_vector
int function(oarchive* oa, const char* tag) end_vector;
Undocumented in source.
priv
void* priv;
Undocumented in source.
serialize_Bool
int function(oarchive* oa, const char* name, const int32_t*) serialize_Bool;
Undocumented in source.
serialize_Buffer
int function(oarchive* oa, const char* name, const buffer*) serialize_Buffer;
Undocumented in source.
serialize_Int
int function(oarchive* oa, const char* name, const int32_t*) serialize_Int;
Undocumented in source.
serialize_Long
int function(oarchive* oa, const char* name, const int64_t*) serialize_Long;
Undocumented in source.
serialize_String
int function(oarchive* oa, const char* name, char**) serialize_String;
Undocumented in source.
start_record
int function(oarchive* oa, const char* tag) start_record;
Undocumented in source.
start_vector
int function(oarchive* oa, const char* tag, const int32_t* count) start_vector;
Undocumented in source.

Meta