OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CParameterBlockType
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterBlockType.h
36
class
CParameterBlockType
: public CTypeElement
39
CParameterBlockType
(const std::string &strName);
ParameterBlockType.cpp
36
CParameterBlockType
::
CParameterBlockType
(const std::string &strName) : base(strName)
40
std::string
CParameterBlockType
::getKind() const
45
bool
CParameterBlockType
::childrenAreDynamic() const
50
CInstanceConfigurableElement *
CParameterBlockType
::doInstantiate() const
55
void
CParameterBlockType
::populate(CElement *pElement) const
Completed in 688 milliseconds