Project

General

Profile

SO3Engine
FlashValue.cpp File Reference

Go to the source code of this file.

Functions

template<class NumberType >
NumberType toNumber (std::string numberString)
 
template<class NumberType >
std::string numberToString (const NumberType &number)
 

Function Documentation

◆ numberToString()

template<class NumberType >
std::string numberToString ( const NumberType &  number)
inline

Definition at line 58 of file FlashValue.cpp.

◆ toNumber()

template<class NumberType >
NumberType toNumber ( std::string  numberString)
inline

Definition at line 40 of file FlashValue.cpp.