![]() |
helics
3.6.1
|
This is the complete list of members for helics::data_view, including all inherited members.
| begin() | helics::data_view | inline |
| bytes() const noexcept | helics::data_view | inline |
| cbegin() const | helics::data_view | inline |
| cend() const | helics::data_view | inline |
| data() const noexcept | helics::data_view | inline |
| data_view()=default | helics::data_view | |
| data_view(std::shared_ptr< const SmallBuffer > dt) | helics::data_view | inline |
| data_view(const SmallBuffer &dt) noexcept | helics::data_view | inline |
| data_view(const data_view &dt) noexcept=default | helics::data_view | |
| data_view(data_view &&dv) noexcept | helics::data_view | inline |
| data_view(U &&u) noexcept (defined in helics::data_view) | helics::data_view | inline |
| data_view(const char *dt, size_t len) noexcept | helics::data_view | inline |
| data_view(SmallBuffer &&sb) | helics::data_view | inline |
| data_view(const std::vector< char > &dvec) noexcept | helics::data_view | inline |
| data_view(const std::vector< double > &dvec) noexcept (defined in helics::data_view) | helics::data_view | inline |
| empty() const noexcept | helics::data_view | inline |
| end() | helics::data_view | inline |
| operator=(const data_view &dv) noexcept=default | helics::data_view | |
| operator=(data_view &&dv) noexcept (defined in helics::data_view) | helics::data_view | inline |
| operator=(std::shared_ptr< const SmallBuffer > dt) noexcept | helics::data_view | inline |
| operator=(const SmallBuffer &dt) noexcept | helics::data_view | inline |
| operator=(const std::string_view &str) noexcept | helics::data_view | inline |
| operator=(const char *s) noexcept | helics::data_view | inline |
| operator[](int index) const | helics::data_view | inline |
| size() const noexcept | helics::data_view | inline |
| string() const | helics::data_view | inline |
| string_view() const | helics::data_view | inline |
| swap(data_view &dv2) noexcept | helics::data_view | inline |
| to_buffer() const | helics::data_view | inline |
| ~data_view()=default | helics::data_view |