AuboCaps  0.6.0
arcs::aubo_scope::ContributionProvider< T > Class Template Referenceabstract

This interfaces provides access to a contribution/. More...

#include <contribution_provider.h>

Public Member Functions

virtual ~ContributionProvider ()=default
 
virtual T * get ()=0
 Gets a contribution/ Call this as the result of a user action to get the currently selected node. More...
 

Detailed Description

template<class T>
class arcs::aubo_scope::ContributionProvider< T >

This interfaces provides access to a contribution/.

NOTE: This interface is not relevant for contributions with a HTML-based user interface.

Template Parameters
<T>the (generic) type parameter for the interface representing the type of contribution the interface provides access to

Definition at line 21 of file contribution_provider.h.

Constructor & Destructor Documentation

template<class T >
virtual arcs::aubo_scope::ContributionProvider< T >::~ContributionProvider ( )
virtualdefault

Member Function Documentation

template<class T >
virtual T* arcs::aubo_scope::ContributionProvider< T >::get ( )
pure virtual

Gets a contribution/ Call this as the result of a user action to get the currently selected node.

Returns
the relevant contribution

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