Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JTOOLS::JCompiler Struct Reference

Functional object compiler. More...

#include <JFunctional.hh>

Public Member Functions

 JCompiler ()
 Default constructor. More...
 
const JCompileroperator() (JFunctional<> &function) const
 Compile function. More...
 

Detailed Description

Functional object compiler.

Definition at line 343 of file JFunctional.hh.

Constructor & Destructor Documentation

JTOOLS::JCompiler::JCompiler ( )
inline

Default constructor.

Definition at line 347 of file JFunctional.hh.

348  {}

Member Function Documentation

const JCompiler& JTOOLS::JCompiler::operator() ( JFunctional<> &  function) const
inline

Compile function.

Parameters
functionfunction
Returns
this compiler

Definition at line 357 of file JFunctional.hh.

358  {
359  function.compile();
360 
361  return *this;
362  }

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