Jpp  17.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JAANET::JHeadHelper Struct Reference

Auxiliary map of application to check method. More...

#include <JHeadToolkit.hh>

Inheritance diagram for JAANET::JHeadHelper:
std::map< std::string, is_head >

Public Member Functions

 JHeadHelper (const std::initializer_list< value_type > input)
 Constructor. More...
 
is_head operator() (const std::string &application) const
 Get check method for given application. More...
 

Detailed Description

Auxiliary map of application to check method.

Definition at line 201 of file JHeadToolkit.hh.

Constructor & Destructor Documentation

JAANET::JHeadHelper::JHeadHelper ( const std::initializer_list< value_type >  input)
inline

Constructor.

Parameters
inputinput

Definition at line 209 of file JHeadToolkit.hh.

Member Function Documentation

is_head JAANET::JHeadHelper::operator() ( const std::string &  application) const
inline

Get check method for given application.

Parameters
applicationapplication
Returns
check method

Definition at line 220 of file JHeadToolkit.hh.

221  {
222  return this->at(application);
223  }

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