Functions | |
template<> | |
std::string | FromString (const std::string &value) |
template<> | |
float | FromString (const std::string &value) |
template<> | |
double | FromString (const std::string &value) |
template<> | |
unsigned short | FromString (const std::string &value) |
template<> | |
unsigned int | FromString (const std::string &value) |
template<> | |
unsigned long | FromString (const std::string &value) |
template<> | |
short | FromString (const std::string &value) |
template<> | |
int | FromString (const std::string &value) |
template<> | |
long | FromString (const std::string &value) |
template<> | |
bool | FromString (const std::string &value) |
template<> | |
std::vector< std::string > | FromString (const std::string &value) |
template<> | |
std::vector< float > | FromString< std::vector< float > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< double > | FromString< std::vector< double > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< short > | FromString< std::vector< short > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< int > | FromString< std::vector< int > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< long > | FromString< std::vector< long > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< unsigned short > | FromString< std::vector< unsigned short > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< unsigned int > | FromString< std::vector< unsigned int > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< unsigned long > | FromString< std::vector< unsigned long > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< bool > | FromString< std::vector< bool > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::string | ToString< std::string > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<class T > | |
T | FromString (const std::string &value) |
template<> | |
std::string | FromString< std::string > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
float | FromString< float > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
double | FromString< double > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
short | FromString< short > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
int | FromString< int > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
long | FromString< long > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
unsigned short | FromString< unsigned short > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
unsigned int | FromString< unsigned int > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
unsigned long | FromString< unsigned long > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
bool | FromString< bool > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<> | |
std::vector< std::string > | FromString< std::vector< std::string > > (const std::string &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<class T > | |
std::string | ToString (const T &value) |
Parse flashmatch::PSet configuration file content. More... | |
template<class T > | |
std::string | VecToString (const std::vector< T > &value) |
Parse flashmatch::PSet configuration file content. More... | |
std::string flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 8 of file Parser.cxx.
float flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 20 of file Parser.cxx.
double flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 23 of file Parser.cxx.
T flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 8 of file Parser.cxx.
unsigned short flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 26 of file Parser.cxx.
unsigned int flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 29 of file Parser.cxx.
unsigned long flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 32 of file Parser.cxx.
short flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 35 of file Parser.cxx.
int flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 38 of file Parser.cxx.
long flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 41 of file Parser.cxx.
bool flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 44 of file Parser.cxx.
std::vector< std::string > flashmatch::parser::FromString | ( | const std::string & | value | ) |
Definition at line 55 of file Parser.cxx.
bool flashmatch::parser::FromString< bool > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
double flashmatch::parser::FromString< double > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
float flashmatch::parser::FromString< float > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
int flashmatch::parser::FromString< int > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
long flashmatch::parser::FromString< long > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
short flashmatch::parser::FromString< short > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
std::string flashmatch::parser::FromString< std::string > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
std::vector< bool > flashmatch::parser::FromString< std::vector< bool > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 163 of file Parser.cxx.
std::vector< double > flashmatch::parser::FromString< std::vector< double > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 93 of file Parser.cxx.
std::vector< float > flashmatch::parser::FromString< std::vector< float > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 83 of file Parser.cxx.
std::vector< int > flashmatch::parser::FromString< std::vector< int > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 113 of file Parser.cxx.
std::vector< long > flashmatch::parser::FromString< std::vector< long > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 123 of file Parser.cxx.
std::vector< short > flashmatch::parser::FromString< std::vector< short > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 103 of file Parser.cxx.
std::vector< std::string > flashmatch::parser::FromString< std::vector< std::string > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
std::vector< unsigned int > flashmatch::parser::FromString< std::vector< unsigned int > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 143 of file Parser.cxx.
std::vector< unsigned long > flashmatch::parser::FromString< std::vector< unsigned long > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 153 of file Parser.cxx.
std::vector< unsigned short > flashmatch::parser::FromString< std::vector< unsigned short > > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 133 of file Parser.cxx.
unsigned int flashmatch::parser::FromString< unsigned int > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
unsigned long flashmatch::parser::FromString< unsigned long > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
unsigned short flashmatch::parser::FromString< unsigned short > | ( | const std::string & | value | ) |
Parse flashmatch::PSet configuration file content.
std::string flashmatch::parser::ToString | ( | const T & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 66 of file Parser.h.
std::string flashmatch::parser::ToString< std::string > | ( | const std::string & | value | ) |
std::string flashmatch::parser::VecToString | ( | const std::vector< T > & | value | ) |
Parse flashmatch::PSet configuration file content.
Definition at line 71 of file Parser.h.