|
| binary (const binary &other) |
|
binary & | operator= (const binary &other) |
|
| binary (binary &&other) |
|
binary & | operator= (binary &&other) |
|
| binary (const BinaryData &) |
|
| binary (const std::vector< uint8_t > &) |
|
const char * | data () const |
|
size_t | size () const |
|
| operator std::vector< uint8_t > () const |
|
| operator OwnedBinaryData () const |
|
| operator BinaryData () const |
|
char | operator[] (size_t i) const noexcept |
|
The documentation for this struct was generated from the following files:
- include/cpprealm/internal/bridge/binary.hpp
- src/cpprealm/internal/bridge/binary.cpp