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