Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::ssl::old::detail::net_buffer Class Reference

#include <openssl_operation.hpp>

Public Member Functions

 net_buffer ()
 
unsigned char * get_unused_start ()
 
unsigned char * get_data_start ()
 
size_t get_unused_len ()
 
size_t get_data_len ()
 
void data_added (size_t count)
 
void data_removed (size_t count)
 
void reset ()
 
bool has_data ()
 

Detailed Description

Definition at line 45 of file openssl_operation.hpp.

Constructor & Destructor Documentation

asio::ssl::old::detail::net_buffer::net_buffer ( )
inline

Definition at line 54 of file openssl_operation.hpp.

Member Function Documentation

void asio::ssl::old::detail::net_buffer::data_added ( size_t  count)
inline

Definition at line 62 of file openssl_operation.hpp.

void asio::ssl::old::detail::net_buffer::data_removed ( size_t  count)
inline

Definition at line 69 of file openssl_operation.hpp.

size_t asio::ssl::old::detail::net_buffer::get_data_len ( )
inline

Definition at line 61 of file openssl_operation.hpp.

unsigned char* asio::ssl::old::detail::net_buffer::get_data_start ( )
inline

Definition at line 59 of file openssl_operation.hpp.

size_t asio::ssl::old::detail::net_buffer::get_unused_len ( )
inline

Definition at line 60 of file openssl_operation.hpp.

unsigned char* asio::ssl::old::detail::net_buffer::get_unused_start ( )
inline

Definition at line 58 of file openssl_operation.hpp.

bool asio::ssl::old::detail::net_buffer::has_data ( )
inline

Definition at line 75 of file openssl_operation.hpp.

void asio::ssl::old::detail::net_buffer::reset ( )
inline

Definition at line 74 of file openssl_operation.hpp.


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