#include <DataFormats/Common/interface/LazyGetter.h>
Public Types | |
typedef std::vector< T > | record_type |
Public Member Functions | |
virtual void | fill (const uint32_t &, record_type &)=0 |
virtual | ~LazyUnpacker () |
Definition at line 212 of file LazyGetter.h.
typedef std::vector<T> edm::LazyUnpacker< T >::record_type |
Definition at line 214 of file LazyGetter.h.
virtual edm::LazyUnpacker< T >::~LazyUnpacker | ( | ) | [inline, virtual] |
virtual void edm::LazyUnpacker< T >::fill | ( | const uint32_t & | , | |
record_type & | ||||
) | [pure virtual] |