#include <MemberWithDict.h>
Public Member Functions | |
TypeWithDict | declaringType () const |
ObjectWithDict | get () const |
ObjectWithDict | get (ObjectWithDict const &) const |
bool | isArray () const |
bool | isConst () const |
bool | isPublic () const |
bool | isStatic () const |
bool | isTransient () const |
MemberWithDict () | |
MemberWithDict (TDataMember *) | |
std::string | name () const |
size_t | offset () const |
operator bool () const | |
TypeWithDict | typeOf () const |
Private Attributes | |
TDataMember * | dataMember_ |
Definition at line 20 of file MemberWithDict.h.
edm::MemberWithDict::MemberWithDict | ( | ) |
Definition at line 10 of file MemberWithDict.cc.
|
explicit |
Definition at line 13 of file MemberWithDict.cc.
TypeWithDict edm::MemberWithDict::declaringType | ( | ) | const |
ObjectWithDict edm::MemberWithDict::get | ( | ) | const |
Definition at line 76 of file MemberWithDict.cc.
References dataMember_, and typeOf().
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), edm::ObjectWithDict::get(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), reco::parser::MethodInvoker::invoke(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
ObjectWithDict edm::MemberWithDict::get | ( | ObjectWithDict const & | obj | ) | const |
Definition at line 81 of file MemberWithDict.cc.
References edm::ObjectWithDict::address(), dataMember_, and typeOf().
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
bool edm::MemberWithDict::isArray | ( | ) | const |
bool edm::MemberWithDict::isConst | ( | ) | const |
Definition at line 51 of file MemberWithDict.cc.
References dataMember_.
Referenced by FWTableViewManager::tableFormats().
bool edm::MemberWithDict::isPublic | ( | ) | const |
Definition at line 56 of file MemberWithDict.cc.
References dataMember_.
Referenced by reco::findDataMember(), and FWTableViewManager::tableFormats().
bool edm::MemberWithDict::isStatic | ( | ) | const |
Definition at line 61 of file MemberWithDict.cc.
References dataMember_, and reco::parser::kIsStatic.
bool edm::MemberWithDict::isTransient | ( | ) | const |
std::string edm::MemberWithDict::name | ( | void | ) | const |
Definition at line 21 of file MemberWithDict.cc.
References dataMember_.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), reco::parser::MethodInvoker::methodName(), FWTableViewManager::tableFormats(), and typeOf().
size_t edm::MemberWithDict::offset | ( | ) | const |
|
explicit |
Definition at line 16 of file MemberWithDict.cc.
References dataMember_, and AlCaHLTBitMon_QueryRunRegistry::string.
TypeWithDict edm::MemberWithDict::typeOf | ( | ) | const |
Definition at line 26 of file MemberWithDict.cc.
References edm::TypeWithDict::byName(), dataMember_, mps_fire::i, isArray(), and name().
Referenced by get(), reco::parser::MethodInvoker::invoke(), reco::parser::MethodSetter::push(), reco::parser::MethodInvoker::returnTypeName(), and FWTableViewManager::tableFormats().
|
private |
Definition at line 22 of file MemberWithDict.h.
Referenced by declaringType(), get(), isArray(), isConst(), isPublic(), isStatic(), isTransient(), name(), offset(), operator bool(), and typeOf().