SimEventQueueDebug Member List

This is the complete list of members for SimEventQueueDebug, including all inherited members.
addSubComponent(const nub::ref< ModelComponent > &subc, const bool propagate_realm=true)ModelComponent
CHANGE_ACCEPTED enum value (defined in ParamClient)ParamClient
CHANGE_REJECTED enum value (defined in ParamClient)ParamClient
ChangeStatus enum nameParamClient
check(const SimModule *caller, const SimEventQueueFlag flags=SEQ_UNMARKED|SEQ_MARK, const SimModule *eventsrc=0)SimEventQueue [inline]
checkHelper(const std::type_info &etype, const rutz::shared_ptr< SimEvent > &e, const SimModule *caller, const SimEventQueueFlag flags, const SimModule *eventsrc)SimEventQueueDebug [protected, virtual]
clear()SimEventQueueDebug [virtual]
dbg_ref_count() const nub::ref_counted
dbg_weak_ref_count() const nub::ref_counted
decr_ref_count() const nub::ref_counted
decr_ref_count_no_delete() const nub::ref_counted
descriptiveName() const ModelComponent
doRequestOption(const ModelOptionDef *opt, const bool useMyVal=false, const bool recurse=true, const bool warn=true)ModelComponent
evolve()SimEventQueueDebug [virtual]
exportOptions(const ModelFlag flags)ModelComponent
forgetExports()ModelComponent
get_counts() const nub::ref_counted
getManager() const ModelComponent
getModelParam(size_t i) const ModelComponent
getModelParam(size_t i)ModelComponent
getModelParamString(const std::string &name, const ModelFlag flags=0) const ModelComponent
getModelParamVal(const std::string &name, const ModelFlag flags=0) const ModelComponent [inline]
getModelParamValAux(const std::string &name, RefHolder &val, const ModelFlag flags) const ModelComponent
getNumModelParams() const ModelComponent
getParent() const ModelComponent
getRealm(const std::string &realmname, const bool create_on_fail) (defined in SimEventQueue)SimEventQueue [protected]
getRootObject()ModelComponent
getRootObject() const ModelComponent
hasBeenExported() const ModelComponent [protected]
hasModelParam(const std::string &name, const ModelFlag flags=0) const ModelComponent
hasSubComponent(const std::string &tagname, const ModelFlag flags=0) const ModelComponent
hasSubComponent(const nub::soft_ref< ModelComponent > &c, const ModelFlag flags=0) const ModelComponent
hideOption(const ModelOptionDef *opt)ModelComponent
id() const nub::object
incr_ref_count() const nub::ref_counted
init(OptionManager &mgr, const std::string &descrName, const std::string &tagName, const std::string &crealm="World")ModelComponent [protected]
is_not_shareable() const nub::ref_counted
is_shared() const nub::ref_counted
is_unshared() const nub::ref_counted
itsLogFileSimEventQueue [protected]
itsQueue (defined in SimEventQueue)SimEventQueue [protected]
itsShowMemStatsSimEventQueue [protected]
itsShowMemStatsUnitsSimEventQueue [protected]
itsTimeStepSimEventQueue [protected]
itsTooMuchTimeSimEventQueue [protected]
managerDestroyed()ModelComponent
mark_as_volatile()nub::ref_counted
ModelComponent(OptionManager &mgr, const std::string &descrName, const std::string &tagName, const std::string &crealm="World")ModelComponent
ModelComponent(const std::string &descrName, const std::string &tagName, const std::string &crealm="World")ModelComponent
ModelComponent()ModelComponent [protected]
now() const SimEventQueue [virtual]
numCallbacks() const SimCallbackClient
numReqHandlers() const SimReqHandlerClient
numSubComp() const ModelComponent
obj_typename() const nub::object [virtual]
object()nub::object [protected]
operator delete(void *space, size_t bytes)nub::ref_counted
operator new(size_t bytes)nub::ref_counted
paramChanged(ModelParamBase *param, const bool valueChanged, ParamClient::ChangeStatus *status)ModelComponent [virtual]
ParamClient()ParamClient
post(rutz::shared_ptr< E > e)SimEventQueue [inline]
postHelper(const std::type_info &etype, const rutz::shared_ptr< SimEvent > &e)SimEventQueueDebug [protected, virtual]
printCallbacks() const SimEventQueue
printout(std::ostream &s, const std::string &prefix="") const ModelComponent
prune(const SimTime &tt)SimEventQueueDebug [virtual]
readParamsFrom(const ParamMap &pmap, const bool noerr=true)ModelComponent
real_typename() const nub::object
realm() const ModelComponent
ref_counted()nub::ref_counted
registerOptionedParam(OptionedModelParam *mp, const ParamFlag flags)ModelComponent [virtual]
registerParam(ModelParamBase *mp)ModelComponent [virtual]
registerSimCallback(SimCallbackBase *s)SimCallbackClient
registerSimCallbackClient(SimModule *s)SimEventQueue
registerSimReqHandler(SimReqHandlerBase *s)SimReqHandlerClient
registerSimReqHandlerClient(SimModule *s)SimEventQueue
removeAllSubComponents()ModelComponent
removeSubComponent(const ModelComponent &subc, bool removeall=false)ModelComponent
removeSubComponent(const nub::ref< ModelComponent > &subc)ModelComponent
removeSubComponent(const uint idx)ModelComponent
removeSubComponent(const std::string &tagname)ModelComponent
request(rutz::shared_ptr< R > r, const SimReqQueueFlag flags=SRQ_NONE_FATAL|SRQ_SEVERAL_FATAL)SimEventQueue [inline]
requestHelper(const std::type_info &etype, const rutz::shared_ptr< SimReq > &e)SimEventQueue [inline, protected, virtual]
reset(const ModelFlag flags)ModelComponent
reset1()SimEventQueue [protected, virtual]
reset2()ModelComponent [protected, virtual]
resetTime(const SimTime &tim)SimEventQueueDebug [virtual]
save(const ModelComponentSaveInfo &sinfo, const ModelFlag flags=MC_RECURSE)ModelComponent
save1(const ModelComponentSaveInfo &sinfo)ModelComponent [protected, virtual]
save2(const ModelComponentSaveInfo &sinfo)ModelComponent [protected, virtual]
scbm typedef (defined in SimEventQueue)SimEventQueue [protected]
SeqData typedef (defined in SimEventQueue)SimEventQueue [protected]
SeqEntry typedef (defined in SimEventQueue)SimEventQueue [protected]
SeqEntryVec typedef (defined in SimEventQueue)SimEventQueue [protected]
setDescriptiveName(const std::string &name)ModelComponent
setManager(OptionManager &mgr)ModelComponent [protected]
setModelParamString(const std::string &name, const std::string &value, const ModelFlag flags=0)ModelComponent
setModelParamVal(const std::string &name, const T &val, const ModelFlag flags=0)ModelComponent [inline]
setModelParamValAux(const std::string &name, const RefHolder &val, const ModelFlag flags)ModelComponent
setRealm(const std::string &crealm)ModelComponent
setTagName(const std::string &name)ModelComponent
SimCallbackClient() (defined in SimCallbackClient)SimCallbackClient
SimEventQueue(OptionManager &mgr, const std::string &descrName="Simulation Event Queue", const std::string &tagName="SimEventQueue", const SimTime starttime=SimTime::ZERO())SimEventQueue
SimEventQueueDebug(OptionManager &mgr, const std::string &descrName="Simulation Event Queue Debug", const std::string &tagName="SimEventQueue", const SimTime starttime=SimTime::ZERO())SimEventQueueDebug
SimModule(OptionManager &mgr, const std::string &descrName, const std::string &tagName)SimModule
SimReqHandlerClient() (defined in SimReqHandlerClient)SimReqHandlerClient
srhm typedef (defined in SimEventQueue)SimEventQueue [protected]
sscbb typedef (defined in SimEventQueue)SimEventQueue [protected]
ssrhb typedef (defined in SimEventQueue)SimEventQueue [protected]
start()ModelComponent
start1()SimEventQueue [protected, virtual]
start2()ModelComponent [protected, virtual]
started() const ModelComponent
stop()ModelComponent
stop1()ModelComponent [protected, virtual]
stop2()ModelComponent [protected, virtual]
subComponent(const uint idx) const ModelComponent
subComponent(const std::string &tagname, const ModelFlag flags=0) const ModelComponent
tSimEventQueue [protected]
tagName() const ModelComponent
unique_name() const nub::object
unregisterParam(const ModelParamBase *mp)ModelComponent [virtual]
writeParamsTo(ParamMap &pmap) const ModelComponent
~ModelComponent()ModelComponent [virtual]
~object() GVX_DTOR_NOTHROWnub::object [protected, virtual]
~ParamClient()ParamClient [virtual]
~ref_counted() GVX_DTOR_NOTHROWnub::ref_counted [virtual]
~SimCallbackClient()SimCallbackClient [virtual]
~SimEventQueue()SimEventQueue [virtual]
~SimEventQueueDebug()SimEventQueueDebug [virtual]
~SimModule()SimModule [virtual]
~SimReqHandlerClient()SimReqHandlerClient [virtual]
Generated on Sun May 8 08:43:48 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3