deimos.zookeeper.recordio

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Public Imports

core.stdc.inttypes
public import core.stdc.inttypes;
Undocumented in source.
core.sys.posix.sys.types
public import core.sys.posix.sys.types;
Undocumented in source.

Members

Functions

close_buffer_iarchive
void close_buffer_iarchive(iarchive** ia)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
close_buffer_oarchive
void close_buffer_oarchive(oarchive** oa, int free_buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
create_buffer_iarchive
iarchive* create_buffer_iarchive(char* buffer, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
create_buffer_oarchive
oarchive* create_buffer_oarchive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deallocate_Buffer
void deallocate_Buffer(buffer* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deallocate_String
void deallocate_String(char** s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deallocate_vector
void deallocate_vector(void* d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_buffer
char* get_buffer(oarchive* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_buffer_len
int get_buffer_len(oarchive* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zoo_htonll
int64_t zoo_htonll(int64_t v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta