10 std::vector<std::string>
names;
11 for (handles::const_iterator
i = begin;
i !=
end; ++
i) {
13 names.push_back((*i)->name);
void printUniqueNames(handles::const_iterator begin, handles::const_iterator end, bool uniq=true)
Just for debugging...
std::string to_string(const V &value)
const std::string names[nVars_]
def unique(seq, keepstr=True)