Represents a data item in the structure or reaction data block of a MDL SD- or RD-File data record (s...
Definition: StringDataBlock.hpp:49
bool operator==(const StringDataBlockEntry &entry) const
Equality comparison operator.
const std::string & getData() const
Returns the stored data content.
bool operator>(const StringDataBlockEntry &entry) const
bool operator>=(const StringDataBlockEntry &entry) const
bool operator<(const StringDataBlockEntry &entry) const
bool operator!=(const StringDataBlockEntry &entry) const
Inequality comparison operator.
bool operator<=(const StringDataBlockEntry &entry) const
const std::string & getHeader() const
Returns the data header.
void setData(const std::string &data)
Sets the data content.
void setHeader(const std::string &header)
Sets the data header.
StringDataBlockEntry()
Constructs a StringDataBlockEntry object with an empty data header and content.
Definition: StringDataBlock.hpp:55
StringDataBlockEntry(const std::string &header, const std::string &data)
Constructs a StringDataBlockEntry object with the specified data header and content.
Definition: StringDataBlock.hpp:62