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