UDBElement & operator=(const UDBElement &other)
operator =
std::string id
Elements identification value (if any).
Definition UDBElement.h:115
UDBElement(UDBElement &&other)
std::vector< UDBElement > subelements
Elements subelement (if any).
Definition UDBElement.h:125
size_t calculateWriteSize()
bool operator!=(const UDBElement &other) const
operator !=
void writeToBuffer(std::vector< char > &buf)
UDBElement(const UDBElement &other)
bool operator==(const UDBElement &other) const
operator ==
std::string content
Elements content (if any).
Definition UDBElement.h:120
UDBElement & operator=(UDBElement &&other)
operator =
size_t readFromBuffer(const std::vector< char > &buf, const size_t &start_pos)