1#ifndef __OPENTREP_BOM_STRINGPARTITION_HPP
2#define __OPENTREP_BOM_STRINGPARTITION_HPP
102 void init (
const std::string& iStringToBePartitioned);
112 void toStream (std::ostream& ioOut)
const;
std::list< StringPartition > StringPartitionList_T
std::string describe() const
std::string _initialString
void toStream(std::ostream &ioOut) const
void push_back(const StringSet &iStringSet)
StringSet calculateUniqueCombinations() const
std::list< StringSet > StringPartition_T
void fromStream(std::istream &ioIn)
StringPartition_T _partition
StringPartition(const std::string &iStringToBePartitioned)
std::string describeKey() const
const std::string & getInitialString() const
Class holding a set of strings, e.g., {"rio", "de", "janeiro"}.