RFFGen
 All Classes Namespaces Files Functions Typedefs Enumerations Groups
Public Member Functions | List of all members
RFFGen::Concepts::FunctionConcept Struct Reference

Minimal requirements for functions. More...

#include <concepts.hh>

Inheritance diagram for RFFGen::Concepts::FunctionConcept:
RFFGen::Base RFFGen::Concepts::CopyConcept

Public Member Functions

unspecified d0 () const
 Access to function value.
 
- Public Member Functions inherited from RFFGen::Base
template<class Arg >
void update (const Arg &)
 Update on changed input.
 
template<int id, class Arg >
void updateVariable (const Arg &)
 Empty variables.
 
- Public Member Functions inherited from RFFGen::Concepts::CopyConcept
 CopyConcept (const CopyConcept &)
 Copy-constructible.
 
CopyConceptoperator= (const CopyConcept &)
 Copy-assignable.
 

Detailed Description

Minimal requirements for functions.


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