vega
Public Member Functions | List of all members
vega::DecimalString Class Reference

#include <vega/manipulators/decimal_string_manipulator.h>

Public Member Functions

 DecimalString ()
 
template<typename T >
 DecimalString (const T &t)
 
 DecimalString (const std::string &s)
 
 operator double () const
 
 operator float () const
 
bool operator== (const DecimalString &ds) const
 
bool operator!= (const DecimalString &ds) const
 
std::string str () const
 

Constructor & Destructor Documentation

◆ DecimalString() [1/3]

vega::DecimalString::DecimalString ( )
explicit

◆ DecimalString() [2/3]

template<typename T >
vega::DecimalString::DecimalString ( const T &  t)
inline

◆ DecimalString() [3/3]

vega::DecimalString::DecimalString ( const std::string &  s)

Member Function Documentation

◆ operator double()

vega::DecimalString::operator double ( ) const

◆ operator float()

vega::DecimalString::operator float ( ) const

◆ operator!=()

bool vega::DecimalString::operator!= ( const DecimalString ds) const

◆ operator==()

bool vega::DecimalString::operator== ( const DecimalString ds) const

◆ str()

std::string vega::DecimalString::str ( ) const

The documentation for this class was generated from the following file: