StarToken.hpp File Reference
#include <cctype>
#include <string>
#include <opm/parser/eclipse/Utility/Stringview.hpp>
#include <opm/parser/eclipse/Utility/Typetools.hpp>
Include dependency graph for StarToken.hpp:

Go to the source code of this file.

Classes

class  Opm::StarToken
 

Namespaces

namespace  Opm
 

Functions

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