NonIndexedValueProxy< T > Class Template Reference
Detailed Description
template<typename T>
class NonIndexedValueProxy< T >
Definition at line 43 of file ValueProxy_fwd.h.
Inheritance diagram for NonIndexedValueProxy< T >:
Public Types | |
using | container_t = typename std::remove_const< T >::type |
Public Member Functions | |
NonIndexedValueProxy (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