unilink  0.4.3
A simple C++ library for unified async communication
safe_data_buffer.cc File Reference
#include "unilink/memory/safe_data_buffer.hpp"
#include <algorithm>
#include <cstring>

Go to the source code of this file.

Namespaces

 
 
 

Functions

SafeDataBuffer unilink::memory::safe_buffer_factory::from_string (const std::string &str)
 
SafeDataBuffer unilink::memory::safe_buffer_factory::from_c_string (const char *str)
 
SafeDataBuffer unilink::memory::safe_buffer_factory::from_vector (const std::vector< uint8_t > &vec)
 
SafeDataBuffer unilink::memory::safe_buffer_factory::from_raw_data (const uint8_t *data, size_t size)
 
SafeDataBuffer unilink::memory::safe_buffer_factory::from_span (ConstByteSpan span)