Jpp  15.0.0-rc.2
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 195 of file JHeadToolkit.hh.

Constructor & Destructor Documentation

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

Constructor.

Parameters
inputinput

Definition at line 203 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 214 of file JHeadToolkit.hh.

215  {
216  return this->at(application);
217  }

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