![]() |
ImFusion SDK 4.3
|
This is the complete list of members for ByteBufferMutableView, including all inherited members.
| begin() | ByteBufferMutableView | inline |
| begin() const | ByteBufferMutableView | inline |
| 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 | |
| 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 ByteBufferMutableView &rhs)=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
| operator=(ByteBufferMutableView &&rhs) noexcept=default (defined in ByteBufferMutableView) | ByteBufferMutableView | |
| operator=(ByteBuffer &&rhs)=delete (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 | |
| 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 | |
| ~ByteBufferMutableView()=default (defined in ByteBufferMutableView) | ByteBufferMutableView | virtual |
| ~ByteBufferView()=default (defined in ByteBufferView) | ByteBufferView | virtual |