Searched refs:_pComponentLibrary (Results 1 – 4 of 4) sorted by relevance
43 _pComponentLibrary = pComponentLibrary; in setComponentLibrary()48 return _pComponentLibrary; in getComponentLibrary()
48 CSubsystem::CSubsystem(const string& strName) : base(strName), _pComponentLibrary(new CComponentLib… in CSubsystem()75 delete _pComponentLibrary; in ~CSubsystem()116 parameterBuildContext.setComponentLibrary(_pComponentLibrary); in fromXml()133 if (!_pComponentLibrary->fromXml(childElement, serializingContext)) { in fromXml()
47 const CComponentLibrary* _pComponentLibrary;
245 CComponentLibrary* _pComponentLibrary; variable