Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
ValueProxy< T > Class Template Referenceabstract
Detailed Description
template<typename T>
class ValueProxy< T >
Definition at line 29 of file ValueProxy_fwd.h.
Inheritance diagram for ValueProxy< T >:
Public Member Functions | |
virtual T & | operator* ()=0 |
virtual T * | operator-> ()=0 |
virtual T * | get ()=0 |
Static Public Member Functions | |
static std::shared_ptr< ValueProxy< T > > | create (const Pool *, const InputTag &) |
Protected Member Functions | |
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