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

#include <vega/manipulators/integer_string_manipulator.h>

Public Member Functions

 IntegerString ()
 
 IntegerString (int i)
 
 IntegerString (const std::string &s)
 
 operator int () const
 
bool operator== (const IntegerString &is) const
 
bool operator!= (const IntegerString &is) const
 
std::string str () const
 

Constructor & Destructor Documentation

◆ IntegerString() [1/3]

vega::IntegerString::IntegerString ( )

◆ IntegerString() [2/3]

vega::IntegerString::IntegerString ( int  i)

◆ IntegerString() [3/3]

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

Member Function Documentation

◆ operator int()

vega::IntegerString::operator int ( ) const

◆ operator!=()

bool vega::IntegerString::operator!= ( const IntegerString is) const

◆ operator==()

bool vega::IntegerString::operator== ( const IntegerString is) const

◆ str()

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

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