Searched refs:generic_spec (Results 1 – 5 of 5) sorted by relevance
27 class generic_spec33 generic_spec();58 bool match(generic_spec<T> const & rhs) const { in match()69 generic_spec<T>::generic_spec() in generic_spec() function78 void generic_spec<T>::set(std::string const & str) in set()95 void generic_spec<std::string>::set(std::string const & str);
32 generic_spec.h \
78 generic_spec<pid_t> tgid;79 generic_spec<pid_t> tid;80 generic_spec<int> cpu;
206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match()
337 * libutil++/generic_spec.cpp: removed file339 * libutil++/generic_spec.h: ensure generic_spec<string> will not link429 * libutil++/generic_spec.h: add value() and434 generic_spec, the behaviour was to implicitly435 not match an "all" generic_spec. Instead:485 * libutil++/generic_spec.h:1796 * libutil++/generic_spec.h: allow to ignore "all" match3361 * libutil++/generic_spec.h: rename strict_convert<>3366 * libutil++/generic_spec.h: move strict_convert<> to...3372 * libutil++/generic_spec.h: comma_list isn't a friend[all …]