#include <BaseWithDict.h>
Public Member Functions | |
BaseWithDict () | |
BaseWithDict (TBaseClass *baseClass) | |
bool | isPublic () const |
std::string | name () const |
TypeWithDict | typeOf () const |
Private Attributes | |
TBaseClass * | baseClass_ |
Definition at line 18 of file BaseWithDict.h.
edm::BaseWithDict::BaseWithDict | ( | ) |
Definition at line 8 of file BaseWithDict.cc.
|
explicit |
Definition at line 11 of file BaseWithDict.cc.
bool edm::BaseWithDict::isPublic | ( | ) | const |
Definition at line 25 of file BaseWithDict.cc.
References baseClass_.
Referenced by edm::public_base_classes().
std::string edm::BaseWithDict::name | ( | void | ) | const |
Definition at line 20 of file BaseWithDict.cc.
References baseClass_.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), and cuy.graphElement::__init__().
TypeWithDict edm::BaseWithDict::typeOf | ( | ) | const |
Definition at line 15 of file BaseWithDict.cc.
References baseClass_.
Referenced by edm::public_base_classes().
|
private |
Definition at line 32 of file BaseWithDict.h.
Referenced by isPublic(), name(), and typeOf().