Jpp  debug
the software that should make you happy
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 358 of file JFunctional.hh.

Constructor & Destructor Documentation

◆ JCompiler()

JTOOLS::JCompiler::JCompiler ( )
inline

Default constructor.

Definition at line 362 of file JFunctional.hh.

363  {}

Member Function Documentation

◆ operator()()

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

Compile function.

Parameters
functionfunction
Returns
this compiler

Definition at line 372 of file JFunctional.hh.

373  {
374  function.compile();
375 
376  return *this;
377  }

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