OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CComponentLibrary
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/parameter/
XmlParameterSerializingContext.h
36
class
CComponentLibrary
;
44
void setComponentLibrary(const
CComponentLibrary
* pComponentLibrary);
45
const
CComponentLibrary
* getComponentLibrary() const;
47
const
CComponentLibrary
* _pComponentLibrary;
ComponentLibrary.cpp
34
CComponentLibrary
::
CComponentLibrary
()
38
bool
CComponentLibrary
::childrenAreDynamic() const
43
std::string
CComponentLibrary
::getKind() const
48
const CComponentType*
CComponentLibrary
::getComponentType(const std::string& strName) const
53
bool
CComponentLibrary
::fromXml(const CXmlElement& xmlElement,
ComponentLibrary.h
40
class
CComponentLibrary
: public CElement
43
CComponentLibrary
();
XmlParameterSerializingContext.cpp
41
void CXmlParameterSerializingContext::setComponentLibrary(const
CComponentLibrary
* pComponentLibrary)
46
const
CComponentLibrary
* CXmlParameterSerializingContext::getComponentLibrary() const
Subsystem.h
42
class
CComponentLibrary
;
245
CComponentLibrary
* _pComponentLibrary;
ComponentInstance.cpp
81
const
CComponentLibrary
* pComponentLibrary = parameterBuildContext.getComponentLibrary();
ComponentType.cpp
81
const
CComponentLibrary
* pComponentLibrary = parameterBuildContext.getComponentLibrary();
Subsystem.cpp
48
CSubsystem::CSubsystem(const string& strName) : base(strName), _pComponentLibrary(new
CComponentLibrary
), _pInstanceDefinition(new CInstanceDefinition), _bBigEndian(false), _pMappingData(NULL)
Completed in 659 milliseconds