#include <BaseWithDict.h>
Public Member Functions | |
BaseWithDict () | |
BaseWithDict (TBaseClass *) | |
bool | isPublic () const |
std::string | name () const |
size_t | offset () const |
TypeWithDict | typeOf () const |
Private Attributes | |
TBaseClass * | baseClass_ |
Definition at line 18 of file BaseWithDict.h.
edm::BaseWithDict::BaseWithDict | ( | ) |
Definition at line 9 of file BaseWithDict.cc.
|
explicit |
Definition at line 11 of file BaseWithDict.cc.
bool edm::BaseWithDict::isPublic | ( | ) | const |
std::string edm::BaseWithDict::name | ( | void | ) | const |
Definition at line 15 of file BaseWithDict.cc.
References baseClass_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
size_t edm::BaseWithDict::offset | ( | ) | const |
TypeWithDict edm::BaseWithDict::typeOf | ( | ) | const |
|
private |
Definition at line 20 of file BaseWithDict.h.
Referenced by isPublic(), name(), offset(), and typeOf().