#include <binary.h>
Definition at line 18 of file binary.h.
◆ Binary() [1/2]
YAML_PM::Binary::Binary |
( |
| ) |
|
|
inline |
◆ Binary() [2/2]
YAML_PM::Binary::Binary |
( |
const unsigned char * |
data, |
|
|
std::size_t |
size |
|
) |
| |
|
inline |
◆ data()
const unsigned char* YAML_PM::Binary::data |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool YAML_PM::Binary::operator!= |
( |
const Binary & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool YAML_PM::Binary::operator== |
( |
const Binary & |
rhs | ) |
const |
|
inline |
◆ owned()
bool YAML_PM::Binary::owned |
( |
| ) |
const |
|
inline |
◆ size()
std::size_t YAML_PM::Binary::size |
( |
| ) |
const |
|
inline |
◆ swap()
void YAML_PM::Binary::swap |
( |
std::vector< unsigned char > & |
rhs | ) |
|
|
inline |
◆ m_data
std::vector<unsigned char> YAML_PM::Binary::m_data |
|
private |
◆ m_unownedData
const unsigned char* YAML_PM::Binary::m_unownedData |
|
private |
◆ m_unownedSize
std::size_t YAML_PM::Binary::m_unownedSize |
|
private |
The documentation for this class was generated from the following file: