proxygen
IOBuf.h File Reference
#include <glog/logging.h>
#include <atomic>
#include <cassert>
#include <cinttypes>
#include <cstddef>
#include <cstring>
#include <iterator>
#include <limits>
#include <memory>
#include <type_traits>
#include <folly/FBString.h>
#include <folly/FBVector.h>
#include <folly/Portability.h>
#include <folly/Range.h>
#include <folly/detail/Iterators.h>
#include <folly/lang/Ordering.h>
#include <folly/portability/SysUio.h>

Go to the source code of this file.

Classes

struct  folly::detail::IsUniquePtrToSL< T >
 
struct  folly::detail::IsUniquePtrToSL< std::unique_ptr< T, D > >
 
class  folly::IOBuf
 
struct  folly::IOBuf::SharedInfo
 
struct  folly::IOBuf::InternalConstructor
 
struct  folly::IOBuf::DeleterBase
 
struct  folly::IOBuf::UniquePtrDeleter< UniquePtr >
 
struct  folly::IOBufHash
 
struct  folly::IOBufCompare
 
struct  folly::IOBufEqualTo
 
struct  folly::IOBufNotEqualTo
 
struct  folly::IOBufLess
 
struct  folly::IOBufLessEqual
 
struct  folly::IOBufGreater
 
struct  folly::IOBufGreaterEqual
 
class  folly::IOBuf::Iterator
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::detail