Definition at line 17 of file readConfigData.cxx.
◆ ValueSetter()
| FPTracker::ValueSetter::ValueSetter |
( |
| ) |
|
|
inline |
◆ begin()
| std::vector< std::string >::const_iterator FPTracker::ValueSetter::begin |
( |
| ) |
const |
|
inline |
Definition at line 42 of file readConfigData.cxx.
43 {
45 }
std::vector< std::string > m_notConverted
◆ end()
| std::vector< std::string >::const_iterator FPTracker::ValueSetter::end |
( |
| ) |
const |
|
inline |
◆ errors()
| bool FPTracker::ValueSetter::errors |
( |
| ) |
const |
|
inline |
◆ setValue()
template<class T>
| bool FPTracker::ValueSetter::setValue |
( |
T & | val, |
|
|
const std::string & | s ) |
|
inline |
Definition at line 22 of file readConfigData.cxx.
23 {
24 bool ok = true;
25 try
26 {
27 val = boost::lexical_cast<T>(s);
28 }
29 catch (boost::bad_lexical_cast& )
30 {
32 ok = false;
33
35 }
36
37 return ok;
38 }
◆ m_errors
| bool FPTracker::ValueSetter::m_errors |
|
private |
◆ m_notConverted
| std::vector< std::string > FPTracker::ValueSetter::m_notConverted |
|
private |
The documentation for this class was generated from the following file: