proxygen
folly::IOBufQueue::Options Struct Reference

#include <IOBufQueue.h>

Public Member Functions

 Options ()
 

Public Attributes

bool cacheChainLength
 

Detailed Description

Definition at line 74 of file IOBufQueue.h.

Constructor & Destructor Documentation

folly::IOBufQueue::Options::Options ( )
inline

Definition at line 75 of file IOBufQueue.h.

75 : cacheChainLength(false) {}

Member Data Documentation

bool folly::IOBufQueue::Options::cacheChainLength

The documentation for this struct was generated from the following file: