concepts::OpAdd< F > Class Template Reference
#include <formula.hh>
Inheritance diagram for concepts::OpAdd< F >:
Public Member Functions | |
virtual OpAdd< F > * | clone () const |
Virtual constructor. More... | |
OpAdd (const F summand) | |
virtual F | operator() (const F val) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
const F | summand_ |
Detailed Description
template<class F>
class concepts::OpAdd< F >
Definition at line 393 of file formula.hh.
Constructor & Destructor Documentation
◆ OpAdd()
template<class F >
|
inline |
Definition at line 395 of file formula.hh.
Member Function Documentation
◆ clone()
template<class F >
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Operation< F >.
Definition at line 396 of file formula.hh.
◆ info()
template<class F >
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::Operation< F >.
◆ operator()()
template<class F >
|
virtual |
Implements concepts::Operation< F >.
Member Data Documentation
◆ summand_
template<class F >
|
private |
Definition at line 401 of file formula.hh.
The documentation for this class was generated from the following file:
- geometry/formula.hh