OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CStringParameterType
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
StringParameterType.h
38
class
CStringParameterType
: public CTypeElement
41
CStringParameterType
(const std::string &strName);
StringParameterType.cpp
38
CStringParameterType
::
CStringParameterType
(const string &strName) : base(strName)
43
string
CStringParameterType
::getKind() const
49
void
CStringParameterType
::showProperties(string &strResult) const
60
bool
CStringParameterType
::fromXml(const CXmlElement &xmlElement,
70
CInstanceConfigurableElement *
CStringParameterType
::doInstantiate() const
76
size_t
CStringParameterType
::getMaxLength() const
82
void
CStringParameterType
::toXml(CXmlElement &xmlElement,
Completed in 44 milliseconds