threaddb  2.0
A file mapped memory container extension
Public Member Functions | List of all members
tdb::Functor< T > Struct Template Referenceabstract

Functor class receiving the queried elements. More...

#include <threaddbRGrid.h>

Inheritance diagram for tdb::Functor< T >:
Counter< T >

Public Member Functions

virtual void operator() (const T &)=0
 

Detailed Description

template<class T>
struct tdb::Functor< T >

Functor class receiving the queried elements.

Member Function Documentation

◆ operator()()

template<class T>
virtual void tdb::Functor< T >::operator() ( const T &  )
pure virtual

Implemented in Counter< T >.


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