flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
SLHAea::detail Namespace Reference

Functions

bool is_all_whitespace (const std::string &str)
 
std::string to_upper_copy (const std::string &str)
 
void trim_left (std::string &str)
 
void trim_right (std::string &str)
 

Function Documentation

◆ is_all_whitespace()

bool SLHAea::detail::is_all_whitespace ( const std::string &  str)
inline

Definition at line 88 of file slhaea.h.

Referenced by SLHAea::Block::read(), and SLHAea::Coll::read().

◆ to_upper_copy()

std::string SLHAea::detail::to_upper_copy ( const std::string &  str)
inline

Definition at line 92 of file slhaea.h.

Referenced by SLHAea::Line::is_block_specifier().

◆ trim_left()

void SLHAea::detail::trim_left ( std::string &  str)
inline

Definition at line 101 of file slhaea.h.

Referenced by SLHAea::Line::operator<<().

◆ trim_right()

void SLHAea::detail::trim_right ( std::string &  str)
inline

Definition at line 109 of file slhaea.h.

Referenced by SLHAea::Line::operator<<().