27 #ifndef __PYSERVICEMGR_H_INCL__ 
   28 #define __PYSERVICEMGR_H_INCL__ 
ObjectsBoundMap m_boundObjects
 
PyBoundObject * FindBoundObject(uint32 bindID)
 
PyService * LookupService(const std::string &name)
 
ObjectsBoundMap::iterator ObjectsBoundMapItr
 
void BoundObjectVec(std::vector< BoundObj > &vec)
 
std::map< uint32, BoundObj > ObjectsBoundMap
 
PyServiceMgr(uint32 nodeID, EntityList &elist)
 
std::map< std::string, PyService * > m_svcList
 
PySubStruct * BindObject(Client *pClient, PyBoundObject *pObj, PyDict *dict=nullptr, PyDict *oid=nullptr)
 
ObjCacheService * cache_service
 
void RegisterService(const std::string &name, PyService *svc)
 
void ClearBoundObject(uint32 bindID)
 
void Initalize(double startTime)