|
unilink
0.4.3
A simple C++ library for unified async communication
|
Go to the source code of this file.
Namespaces | |
| unilink | |
| unilink::memory | |
| unilink::memory::safe_buffer_factory | |
| Factory functions for creating SafeDataBuffer instances. | |
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) |