ReFRACtor
|
#include "unit.h"
#include "fp_exception.h"
#include <cmath>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_operator.hpp>
#include <boost/spirit/include/phoenix_bind.hpp>
Go to the source code of this file.
Classes | |
struct | base_unit_ |
Symbol table to parse a base unit. More... | |
struct | prefix_ |
Symbol table to parse a prefix. More... | |
struct | unit_parser |
Typedefs | |
typedef std::string::const_iterator | iterator_type |
The grammer for parsing units. More... | |
Variables | |
base_unit_ | base_unit |
prefix_ | prefix |
typedef std::string::const_iterator iterator_type |
base_unit_ base_unit |
prefix_ prefix |