1#ifndef __OPENTREP_BOM_STRINGSET_HPP
2#define __OPENTREP_BOM_STRINGSET_HPP
Class holding a set of strings, e.g., {"rio", "de", "janeiro"}.
void fromStream(std::istream &)
std::string getFirstString() const
std::string describe() const
void push_back(const std::string &)
std::list< std::string > StringSet_T
void toStream(std::ostream &) const
std::string describeKey() const
Base class for the light structures.