Class sdm::Function
template <class TInput, class TOutput>
Class List > sdm > Function
#include <function.hpp>
Public Types
| Type | Name |
|---|---|
| typedef TInput | input_type |
| typedef TOutput | output_type |
Public Functions
| Type | Name |
|---|---|
| virtual output_type | operator() (const input_type &) = 0 |
| virtual | ~Function () |
Public Types Documentation
typedef input_type
using sdm::Function< TInput, TOutput >::input_type = TInput;
typedef output_type
using sdm::Function< TInput, TOutput >::output_type = TOutput;
Public Functions Documentation
function operator()
virtual output_type sdm::Function::operator() (
const input_type &
) = 0
function ~Function
inline virtual sdm::Function::~Function ()
The documentation for this class was generated from the following file src/sdm/core/function.hpp