Public Member Functions

data_accessor_no_key< KeyType, DataType > Class Template Reference

A proxy class for accessing data with key type dispatch, but no key object dispatch. Only used internally in ViennaData. More...

#include <api.hpp>

Public Member Functions

 data_accessor_no_key ()
template<typename ObjectType >
data_container< KeyType,
DataType, ObjectType >
::reference 
operator() (ObjectType const &el)

Detailed Description

template<typename KeyType, typename DataType>
class viennadata::data_accessor_no_key< KeyType, DataType >

A proxy class for accessing data with key type dispatch, but no key object dispatch. Only used internally in ViennaData.

Template Parameters:
KeyType Type of the key
DataType Type of the data

Constructor & Destructor Documentation

data_accessor_no_key (  )  [inline]

Member Function Documentation

data_container<KeyType, DataType, ObjectType>::reference operator() ( ObjectType const &  el  )  [inline]

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