|
Mantid
|
Classes | |
| struct | is_range_type |
| struct | is_range_type< const T > |
| struct | is_range_type< int > |
| struct | is_range_type< long > |
| struct | is_range_type< long long > |
| struct | is_range_type< short > |
| struct | is_range_type< unsigned int > |
| struct | is_range_type< unsigned long > |
| struct | is_range_type< unsigned long long > |
| struct | is_range_type< unsigned short > |
| struct | is_range_type< volatile const T > |
| struct | is_range_type< volatile T > |
Functions | |
| template<typename T > | |
| void | toValue (const std::string &strvalue, std::vector< T > &value, std::false_type) |
| template<typename T > | |
| void | toValue (const std::string &strvalue, std::vector< T > &value, std::true_type) |
| void Mantid::Kernel::detail::toValue | ( | const std::string & | strvalue, |
| std::vector< T > & | value, | ||
| std::false_type | |||
| ) |
| void Mantid::Kernel::detail::toValue | ( | const std::string & | strvalue, |
| std::vector< T > & | value, | ||
| std::true_type | |||
| ) |
Definition at line 214 of file PropertyHelper.h.
References Mantid::Kernel::appendValue(), Mantid::Kernel::StringTokenizer::count(), Mantid::Kernel::StringTokenizer::TOK_IGNORE_EMPTY, Mantid::Kernel::StringTokenizer::TOK_TRIM, and value.
Referenced by Mantid::Kernel::toValue().