StarToken.hpp File Reference
#include <string>
#include <iostream>
#include <algorithm>
#include <boost/lexical_cast.hpp>
Include dependency graph for StarToken.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::StarToken
 

Namespaces

 Opm
 

Functions

bool Opm::isStarToken (const std::string &token, std::string &countString, std::string &valueString)
 
template<class T >
Opm::readValueToken (const std::string &valueString)
 
template<>
double Opm::readValueToken< double > (const std::string &valueString)
 
template<>
float Opm::readValueToken< float > (const std::string &valueString)
 
template<>
std::string Opm::readValueToken< std::string > (const std::string &valueString)