My Project
|
Public Member Functions | |
Binary (const unsigned char *data_, std::size_t size_) | |
Binary (const Binary &)=default | |
Binary (Binary &&)=default | |
Binary & | operator= (const Binary &)=default |
Binary & | operator= (Binary &&)=default |
bool | owned () const |
std::size_t | size () const |
const unsigned char * | data () const |
void | swap (std::vector< unsigned char > &rhs) |
bool | operator== (const Binary &rhs) const |
bool | operator!= (const Binary &rhs) const |