Skip to content

Class TempLat::PairMaker

ClassList > TempLat > PairMaker

Small class which splits strings into two and make a pair out of it. More...

  • #include <pairmaker.h>

Public Functions

Type Name
PairMaker (const char & sep='=', const char & com='#')
std::string getKey ()
std::string getValue ()
void operator() (std::string line)

Detailed Description

Unit test: ctest -R test-pairmaker

Public Functions Documentation

function PairMaker

inline TempLat::PairMaker::PairMaker (
    const char & sep='=',
    const char & com='#'
) 

function getKey

inline std::string TempLat::PairMaker::getKey () 

function getValue

inline std::string TempLat::PairMaker::getValue () 

function operator()

inline void TempLat::PairMaker::operator() (
    std::string line
) 

Friends Documentation

friend operator<<

inline std::ostream & TempLat::PairMaker::operator<< (
    std::ostream & os,
    const PairMaker & pm
) 


The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/parameters/pairmaker.h