CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
CASM::DataStream_impl::DataStreamPromoter< std::string > Struct Template Reference

#include <DataStream.hh>

Detailed Description

template<>
struct CASM::DataStream_impl::DataStreamPromoter< std::string >

Definition at line 171 of file DataStream.hh.

Public Member Functions

template<>
std::string promote (long a)
 
template<>
std::string promote (double a)
 
template<>
std::string promote (char a)
 
template<>
std::string promote (bool a)
 

Static Public Member Functions

template<typename InType >
static std::string promote (InType a)
 

Member Function Documentation

template<typename InType >
static std::string CASM::DataStream_impl::DataStreamPromoter< std::string >::promote ( InType  a)
inlinestatic

Definition at line 173 of file DataStream.hh.

template<>
std::string CASM::DataStream_impl::DataStreamPromoter< std::string >::promote ( long  a)

Definition at line 84 of file DataStream.cc.

template<>
std::string CASM::DataStream_impl::DataStreamPromoter< std::string >::promote ( double  a)

Definition at line 89 of file DataStream.cc.

template<>
std::string CASM::DataStream_impl::DataStreamPromoter< std::string >::promote ( char  a)

Definition at line 94 of file DataStream.cc.

template<>
std::string CASM::DataStream_impl::DataStreamPromoter< std::string >::promote ( bool  a)

Definition at line 99 of file DataStream.cc.


The documentation for this struct was generated from the following files: