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

#include <DataStream.hh>

Detailed Description

Definition at line 186 of file DataStream.hh.

Public Member Functions

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

Static Public Member Functions

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

Member Function Documentation

◆ promote() [1/4]

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

Definition at line 74 of file DataStream.cc.

◆ promote() [2/4]

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

Definition at line 58 of file DataStream.cc.

◆ promote() [3/4]

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

Definition at line 188 of file DataStream.hh.

◆ promote() [4/4]

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

Definition at line 63 of file DataStream.cc.


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