MIRA
Public Member Functions | Public Attributes | Friends | List of all members
FromOct< T > Class Template Reference

Can be used with fromString to convert oct strings into numbers. More...

#include <utils/ToString.h>

Public Member Functions

 operator T () const
 

Public Attributes

value
 

Friends

std::istream & operator>> (std::istream &iStream, FromOct< T > &oValue)
 

Detailed Description

template<typename T>
class mira::FromOct< T >

Can be used with fromString to convert oct strings into numbers.

uint32 i = fromString<FromOct<uint32>>("644");

Member Function Documentation

◆ operator T()

operator T ( ) const
inline

Friends And Related Function Documentation

◆ operator>>

std::istream& operator>> ( std::istream &  iStream,
FromOct< T > &  oValue 
)
friend

Member Data Documentation

◆ value

T value

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