Home | History | Annotate | Download | only in src

Lines Matching refs:Traits

235 template <class Traits>
236 bool TypeConverter<Traits>::toString(const typename Traits::Type &value, std::string &str)
247 template <class Traits>
248 bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result)
260 template <class Traits>
261 void TypeConverter<Traits>::collectionFromString(const std::string &str,
262 typename Traits::Collection &collection,
268 typename Traits::Type value;
276 template <class Traits>
277 uint32_t TypeConverter<Traits>::maskFromString(const std::string &str, const char *del)
282 typename Traits::Type type;