24 PString subType(type.substr(9lu));
bool isSameBegining(const PString &beginStr) const
Say if the current PString has the same begining of beginStr.
PString eraseFirstLastChar(const PString &vecChar) const
Erase first and last char in a string.
PString generator_getListNestedType(const PString &type)
Get the nested type inside a std::list.
bool generator_typeIsList(const PString &type)
Say if a given type is a std::list.