Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. More...
#include <sys/uio.h>
#include <boost/type_traits.hpp>
#include <vector>
#include "detail/BufferDetail.hh"
#include "detail/BufferDetailIterator.hh"
Go to the source code of this file.
Classes | |
class | avro::OutputBuffer |
The OutputBuffer (write-only buffer). More... | |
class | avro::InputBuffer |
The InputBuffer (read-only buffer). More... | |
class | avro::InputBuffer::ShallowCopy |
Class to indicate that a copy of a OutputBuffer to InputBuffer should be a shallow copy, used to enable reading of the contents of an OutputBuffer without need to convert it to InputBuffer using a deep copy. | |
Namespaces | |
namespace | avro |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
Functions | |
template<class BufferType > | |
void | avro::toIovec (BufferType &buf, std::vector< struct iovec > &iov) |
Create an array of iovec structures from the buffer. |
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. Definitions for InputBuffer and OutputBuffer classes