ProteoWizard
|
#include <cstdlib>
#include <cerrno>
#include <boost/lexical_cast.hpp>
#include <boost/logic/tribool.hpp>
Go to the source code of this file.
Namespaces | |
namespace | boost |
Macros | |
#define | STRTOD(x, y) strtod((x), (y)) |
#define | ATOF(x) atof(x) |
Functions | |
template<> | |
float | 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().