CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::DataStream_impl::DataStreamPromoter< std::string > Struct Reference

#include <DataStream.hh>

Detailed Description

Definition at line 136 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

◆ promote() [1/5]

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

Definition at line 99 of file DataStream.cc.

◆ promote() [2/5]

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

Definition at line 94 of file DataStream.cc.

◆ promote() [3/5]

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

Definition at line 89 of file DataStream.cc.

◆ promote() [4/5]

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

Definition at line 138 of file DataStream.hh.

◆ promote() [5/5]

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

Definition at line 84 of file DataStream.cc.


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