Searched refs:_pComponentLibrary (Results 1 – 4 of 4) sorted by relevance
46 _pComponentLibrary = pComponentLibrary; in setComponentLibrary()51 return _pComponentLibrary; in getComponentLibrary()
47 : base(strName), _pComponentLibrary(new CComponentLibrary), in CSubsystem()72 delete _pComponentLibrary; in ~CSubsystem()108 parameterBuildContext.setComponentLibrary(_pComponentLibrary); in structureFromXml()130 if (!_pComponentLibrary->fromXml(childElement, serializingContext)) { in structureFromXml()
51 const CComponentLibrary *_pComponentLibrary{nullptr};
246 CComponentLibrary *_pComponentLibrary; variable