void UnRegisterClass(RtclClassBase *pobj)
FIXME_docs.
std::set< RtclProxyBase * > pset_t
RtclContext(const RtclContext &)=delete
void RegisterProxy(RtclProxyBase *pobj)
FIXME_docs.
void ListProxy(std::vector< RtclProxyBase * > &list, const std::string &type)
FIXME_docs.
RtclProxyBase * FindProxy(const std::string &type, const std::string &name)
FIXME_docs.
bool CheckProxy(RtclProxyBase *pobj)
FIXME_docs.
RtclContext & operator=(const RtclContext &)=delete
Tcl_Interp * fInterp
associated tcl interpreter
std::set< RtclClassBase * > cset_t
void UnRegisterProxy(RtclProxyBase *pobj)
FIXME_docs.
static xmap_t fContextMap
map of contexts
static RtclContext & Find(Tcl_Interp *interp)
FIXME_docs.
static void ThunkTclExitProc(ClientData cdata)
FIXME_docs.
void RegisterClass(RtclClassBase *pobj)
FIXME_docs.
std::map< Tcl_Interp *, RtclContext * > xmap_t