rippled
Public Member Functions | Public Attributes | List of all members
ripple::BaseHTTPPeer< Handler, Impl >::buffer Struct Reference
Collaboration diagram for ripple::BaseHTTPPeer< Handler, Impl >::buffer:
Collaboration graph
[legend]

Public Member Functions

 buffer (void const *ptr, std::size_t len)
 

Public Attributes

std::unique_ptr< char[]> data
 
std::size_t bytes
 
std::size_t used
 

Detailed Description

template<class Handler, class Impl>
struct ripple::BaseHTTPPeer< Handler, Impl >::buffer

Definition at line 66 of file BaseHTTPPeer.h.

Constructor & Destructor Documentation

◆ buffer()

template<class Handler , class Impl >
ripple::BaseHTTPPeer< Handler, Impl >::buffer::buffer ( void const *  ptr,
std::size_t  len 
)

Definition at line 68 of file BaseHTTPPeer.h.

Member Data Documentation

◆ data

template<class Handler , class Impl >
std::unique_ptr<char[]> ripple::BaseHTTPPeer< Handler, Impl >::buffer::data

Definition at line 74 of file BaseHTTPPeer.h.

◆ bytes

template<class Handler , class Impl >
std::size_t ripple::BaseHTTPPeer< Handler, Impl >::buffer::bytes

Definition at line 75 of file BaseHTTPPeer.h.

◆ used

template<class Handler , class Impl >
std::size_t ripple::BaseHTTPPeer< Handler, Impl >::buffer::used

Definition at line 76 of file BaseHTTPPeer.h.