API Documentation
Loading...
Searching...
No Matches
NumberParser.hpp File Reference
#include <NDEVR/BaseValues.h>
#include <NDEVR/Angle.h>
#include <cmath>
Include dependency graph for NumberParser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NumberParser
 

Namespaces

namespace  NDEVR
 

Functions

template<class t_type >
constexpr uint04 maxDigits ()
 
template<>
constexpr uint04 maxDigits< uint01 > ()
 
template<>
constexpr uint04 maxDigits< sint01 > ()
 
template<>
constexpr uint04 maxDigits< uint02 > ()
 
template<>
constexpr uint04 maxDigits< sint02 > ()
 
template<>
constexpr uint04 maxDigits< uint04 > ()
 
template<>
constexpr uint04 maxDigits< sint04 > ()
 
template<>
constexpr uint04 maxDigits< sint08 > ()
 
template<>
constexpr uint04 maxDigits< uint08 > ()
 

Variables

const fltp08 fast_atof_table [20]