MachineIntelligenceCore:Toolchain
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mic::configuration::LexicalTranslator< T > Class Template Reference

Template class used for lexical casting between string and other types. Used by Property class. More...

#include <Property.hpp>

Static Public Member Functions

static std::string toStr (const T &val)
 
static T fromStr (const std::string &str)
 

Detailed Description

template<typename T>
class mic::configuration::LexicalTranslator< T >

Template class used for lexical casting between string and other types. Used by Property class.

Author
tkornuta

Definition at line 59 of file Property.hpp.

Member Function Documentation

template<typename T >
static T mic::configuration::LexicalTranslator< T >::fromStr ( const std::string &  str)
inlinestatic

Definition at line 72 of file Property.hpp.

template<typename T >
static std::string mic::configuration::LexicalTranslator< T >::toStr ( const T &  val)
inlinestatic

Definition at line 61 of file Property.hpp.


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