IndexedValueProxy< T > Class Template Reference
Detailed Description
template<typename T>
class IndexedValueProxy< T >
Definition at line 57 of file ValueProxy_fwd.h.
Inheritance diagram for IndexedValueProxy< T >:
Public Types | |
using | container_t = std::vector< typename std::remove_const< T >::type > |
Public Member Functions | |
IndexedValueProxy (const Pool *, const InputTag &tag) | |
virtual T & | operator* () override |
virtual T * | operator-> () override |
virtual T * | get () override |
Additional Inherited Members | |
Static Public Member Functions inherited from ValueProxy< T > | |
static std::shared_ptr< ValueProxy< T > > | create (const Pool *, const InputTag &) |
Protected Member Functions inherited from ValueProxy< T > | |
template<typename U > | |
std::shared_ptr< const U > | get_from_pool (const Pool *, const InputTag &) |
The documentation for this class was generated from the following files:
- include/momemta/impl/ValueProxy_fwd.h
- include/momemta/impl/ValueProxy.h