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

#include <DataStream.hh>

Detailed Description

Definition at line 205 of file DataStream.hh.

Public Member Functions

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

Static Public Member Functions

template<typename InType >
static char promote (InType a)
 

Member Function Documentation

◆ promote() [1/4]

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

Definition at line 48 of file DataStream.cc.

◆ promote() [2/4]

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

Definition at line 34 of file DataStream.cc.

◆ promote() [3/4]

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

Definition at line 207 of file DataStream.hh.

◆ promote() [4/4]

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

Definition at line 42 of file DataStream.cc.


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