|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
This is the complete list of members for tec::NetData, including all inherited members.
| Bool typedef | tec::NdTypes | |
| bytes() const | tec::NetData | inline |
| bytes() | tec::NetData | inline |
| capacity() const | tec::NetData | inline |
| copy_from(const NetData &src) | tec::NetData | inline |
| Count typedef | tec::NdTypes | |
| data() const | tec::NetData | inline |
| data_ | tec::NetData | protected |
| get_container_info(const TContainer &c) | tec::NdTypes | inline |
| get_info(const T &val) | tec::NdTypes | inline |
| get_map_info(const TMap &m) | tec::NdTypes | inline |
| get_object_info(const TObject &) | tec::NdTypes | inline |
| get_scalar_info(const char &) | tec::NdTypes | inline |
| get_scalar_info(const unsigned char &) | tec::NdTypes | inline |
| get_scalar_info(const short &) | tec::NdTypes | inline |
| get_scalar_info(const unsigned short &) | tec::NdTypes | inline |
| get_scalar_info(const int &) | tec::NdTypes | inline |
| get_scalar_info(const unsigned int &) | tec::NdTypes | inline |
| get_scalar_info(const long &) | tec::NdTypes | inline |
| get_scalar_info(const unsigned long &) | tec::NdTypes | inline |
| get_scalar_info(const long long &) | tec::NdTypes | inline |
| get_scalar_info(const unsigned long long &) | tec::NdTypes | inline |
| get_scalar_info(const bool &) | tec::NdTypes | inline |
| get_scalar_info(const float &) | tec::NdTypes | inline |
| get_scalar_info(const double &) | tec::NdTypes | inline |
| get_scalar_info(const long double &) | tec::NdTypes | inline |
| get_seq_info(const String &str) | tec::NdTypes | inline |
| get_seq_info(const Blob &bytes) | tec::NdTypes | inline |
| header | tec::NetData | |
| ID typedef | tec::NdTypes | |
| move_from(NetData &&src, size_t size_to_shrink=0) | tec::NetData | inline |
| NetData()=default | tec::NetData | |
| NetData(const NetData &)=delete | tec::NetData | |
| NetData(NetData &&)=delete | tec::NetData | |
| operator<<(const T &val) | tec::NetData | inline |
| operator>>(T &val) | tec::NetData | inline |
| read(ElemHeader *hdr, void *dst) | tec::NetData | inlineprotectedvirtual |
| read_container(ElemHeader *hdr, TContainer &c) | tec::NetData | inlineprotected |
| read_long_double_64(const ElemHeader *hdr, double *d64) | tec::NetData | inlineprotectedvirtual |
| read_map(ElemHeader *hdr, TMap &map) | tec::NetData | inlineprotected |
| read_scalar(const ElemHeader *hdr, void *dst) | tec::NetData | inlineprotectedvirtual |
| read_sequence(const ElemHeader *hdr, void *dst) | tec::NetData | inlineprotectedvirtual |
| rewind() | tec::NetData | inline |
| size() const | tec::NetData | inline |
| Size typedef | tec::NdTypes | |
| String typedef | tec::NdTypes | |
| Tag typedef | tec::NdTypes | |
| to_count(size_t count) | tec::NdTypes | inline |
| write_container(ElemHeader *hdr, const TContainer &container) | tec::NetData | inlineprotected |
| write_long_double_64(ElemHeader *hdr, const double *d64) | tec::NetData | inlineprotectedvirtual |
| write_map(ElemHeader *hdr, const TMap &map) | tec::NetData | inlineprotected |
| write_object(ElemHeader *hdr, const TObject &obj) | tec::NetData | inlineprotected |
| write_scalar(ElemHeader *hdr, const void *p) | tec::NetData | inlineprotectedvirtual |
| write_sequence(ElemHeader *hdr, const void *p) | tec::NetData | inlineprotectedvirtual |
| ~NetData()=default | tec::NetData | virtual |