|
ProteoWizard
|
#include <cstdlib>#include <cerrno>#include <boost/lexical_cast.hpp>#include <boost/logic/tribool.hpp>Go to the source code of this file.
Namespaces | |
| boost | |
Macros | |
| #define | STRTOD(x, y) strtod((x), (y)) |
| #define | ATOF(x) atof(x) |
| #define | OPTIMIZED_LEXICAL_CAST(toType) |
Functions | |
| template<typename toType > | |
| toType | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| float | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| double | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| int | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| long | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| unsigned int | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| unsigned long | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| long long | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| unsigned long long | boost::lexical_cast (const std::string &str, bool &success) |
| template<> | |
| bool | boost::lexical_cast (const std::string &str) |
| template<> | |
| boost::logic::tribool | boost::lexical_cast (const std::string &str) |
Definition at line 53 of file optimized_lexical_cast.hpp.
Referenced by boost::lexical_cast().
Definition at line 54 of file optimized_lexical_cast.hpp.
Referenced by pwiz::minimxml::SAXParser::textToValue().
| #define OPTIMIZED_LEXICAL_CAST | ( | toType | ) |
Definition at line 57 of file optimized_lexical_cast.hpp.
Referenced by boost::lexical_cast().
1.8.13