ARC SDK
Public Member Functions
Arc::EntityConsumer< T > Class Template Referenceabstract

A general concept of an object which can consume entities use by the retrievers to return results. More...

#include <arc/compute/EntityRetriever.h>

Inheritance diagram for Arc::EntityConsumer< T >:
Arc::EntityContainer< T > Arc::EntityRetriever< T >

Public Member Functions

virtual void addEntity (const T &)=0
 Send an entity to this consumer. More...
 

Detailed Description

template<typename T>
class Arc::EntityConsumer< T >

A general concept of an object which can consume entities use by the retrievers to return results.

A class which wants to receive results from Retrievers, needs to subclass this class, and implement the addEntity method.

Member Function Documentation

template<typename T>
virtual void Arc::EntityConsumer< T >::addEntity ( const T &  )
pure virtual

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