ComPWA
Common Partial-Wave-Analysis Framework
BoolTranslator Struct Reference

#include <Utils.hpp>

Public Types

typedef std::string internal_type
 
typedef bool external_type
 

Public Member Functions

boost::optional< external_typeget_value (const internal_type &str)
 
boost::optional< internal_typeput_value (const external_type &b)
 

Detailed Description

Definition at line 56 of file Utils.hpp.

+ Collaboration diagram for BoolTranslator:

Member Typedef Documentation

◆ external_type

Definition at line 58 of file Utils.hpp.

◆ internal_type

typedef std::string BoolTranslator::internal_type

Definition at line 57 of file Utils.hpp.

Member Function Documentation

◆ get_value()

boost::optional<external_type> BoolTranslator::get_value ( const internal_type str)
inline

Definition at line 61 of file Utils.hpp.

◆ put_value()

boost::optional<internal_type> BoolTranslator::put_value ( const external_type b)
inline

Definition at line 77 of file Utils.hpp.


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