VISH  0.2
Public Member Functions
MemCore::Functor Struct Reference

An abstract base class for scalar functions on double values. More...

#include </home/werner/origo/vish/memcore/Functor.hpp>

List of all members.

Public Member Functions


Detailed Description

An abstract base class for scalar functions on double values.

This class is intentionally NOT reference-countable such that also static instances can be created easily. Functors are supposed to be lightweight objects, but this abstract class allows for an virtual function call. In general, such should be avoided, and operators rather be called inline.


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