![]() |
ImFusion SDK 4.3
|
This is the complete list of members for ByteBuffer, including all inherited members.
begin() | ByteBufferMutableView | inline |
begin() const | ByteBufferMutableView | inline |
ByteBuffer()=default | ByteBuffer | |
ByteBuffer(size_t size) | ByteBuffer | explicit |
ByteBuffer(std::unique_ptr< char[]> data, size_t size) | ByteBuffer | explicit |
ByteBuffer(const std::string &string) | ByteBuffer | explicit |
ByteBuffer(const ByteBuffer &rhs) | ByteBuffer | |
ByteBuffer(ByteBuffer &&rhs) noexcept | ByteBuffer | |
ByteBufferMutableView()=default | ByteBufferMutableView | |
ByteBufferMutableView(char *data, size_t size) | ByteBufferMutableView | explicit |
ByteBufferMutableView(std::string &string) | ByteBufferMutableView | explicit |
ByteBufferMutableView(const ByteBufferMutableView &rhs)=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
ByteBufferMutableView(ByteBufferMutableView &&rhs) noexcept=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
ByteBufferMutableView(ByteBuffer &&rhs)=delete (defined in ByteBufferMutableView) | ByteBufferMutableView | |
ByteBufferView()=default | ByteBufferView | |
ByteBufferView(const char *data, size_t size) | ByteBufferView | explicit |
ByteBufferView(const std::string &string) | ByteBufferView | explicit |
ByteBufferView(std::string_view string) (defined in ByteBufferView) | ByteBufferView | explicit |
ByteBufferView(const ByteBufferView &rhs)=default (defined in ByteBufferView) | ByteBufferView | |
ByteBufferView(ByteBufferView &&rhs) noexcept=default (defined in ByteBufferView) | ByteBufferView | |
ByteBufferView(ByteBuffer &&rhs)=delete (defined in ByteBufferView) | ByteBufferView | |
copy() const | ByteBufferView | |
copyFrom(const char *buffer, size_t size) | ByteBuffer | static |
data() | ByteBufferMutableView | inline |
data() const | ByteBufferMutableView | inline |
end() | ByteBufferMutableView | inline |
end() const | ByteBufferMutableView | inline |
isEmpty() const | ByteBufferView | |
m_data | ByteBufferView | protected |
m_size | ByteBufferView | protected |
mutableSubView(size_t offset, size_t size) const | ByteBufferMutableView | |
mutableView() | ByteBufferMutableView | |
operator=(const ByteBuffer &rhs) | ByteBuffer | |
operator=(ByteBuffer &&rhs) noexcept | ByteBuffer | |
operator=(const ByteBufferMutableView &rhs)=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
operator=(ByteBufferMutableView &&rhs) noexcept=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
operator=(const ByteBufferView &rhs)=default (defined in ByteBufferView) | ByteBufferView | |
operator=(ByteBufferView &&rhs) noexcept=default (defined in ByteBufferView) | ByteBufferView | |
operator[](size_t which) (defined in ByteBufferMutableView) | ByteBufferMutableView | |
operator[](size_t which) const (defined in ByteBufferMutableView) | ByteBufferMutableView | |
release() | ByteBuffer | |
size() const | ByteBufferView | inline |
subCopy(size_t offset, size_t size) const | ByteBufferView | |
subView(size_t offset, size_t size) const | ByteBufferView | |
toString() | ByteBufferView | |
toStringView() | ByteBufferView | |
view() const | ByteBufferView | |
~ByteBuffer() (defined in ByteBuffer) | ByteBuffer | |
~ByteBufferMutableView()=default (defined in ByteBufferMutableView) | ByteBufferMutableView | virtual |
~ByteBufferView()=default (defined in ByteBufferView) | ByteBufferView | virtual |