0.07.4
C++ Open Travel Request Parsing Library
|
|
Go to the documentation of this file. 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;
169 #endif // __OPENTREP_BOM_STRINGPARTITION_HPP
StringSet calculateUniqueCombinations() const
void fromStream(std::istream &ioIn)
void push_back(const StringSet &iStringSet)
Class holding a set of strings, e.g., {"rio", "de", "janeiro"}.
const std::string & getInitialString() const
StringPartition_T _partition
std::list< StringPartition > StringPartitionList_T
std::string describe() const
StringPartition(const std::string &iStringToBePartitioned)
Base class for the light structures.
void toStream(std::ostream &ioOut) const
std::list< StringSet > StringPartition_T
std::string describeKey() const
std::string _initialString