Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
YamlParser.cpp File Reference
#include "YamlParser.h"
Include dependency graph for YamlParser.cpp:

Go to the source code of this file.

Functions

bool isInteger (const std::string &s)
 
bool isDouble (const std::string &s)
 
bool isBoolean (const std::string &s)
 
bool parseBool (const std::string &s)
 

Function Documentation

◆ isBoolean()

bool isBoolean ( const std::string &  s)

Definition at line 13 of file YamlParser.cpp.

◆ isDouble()

bool isDouble ( const std::string &  s)

Definition at line 7 of file YamlParser.cpp.

◆ isInteger()

bool isInteger ( const std::string &  s)

Definition at line 3 of file YamlParser.cpp.

◆ parseBool()

bool parseBool ( const std::string &  s)

Definition at line 17 of file YamlParser.cpp.