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 |
◆ 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.
27 val = boost::lexical_cast<T>(
s);
29 catch (boost::bad_lexical_cast& )
◆ 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: