OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElementHandle
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/parameter/include/
ElementHandle.h
49
class PARAMETER_EXPORT
ElementHandle
92
std::vector<
ElementHandle
> getChildren();
228
ElementHandle
(CConfigurableElement &element, CParameterMgr ¶meterMgr);
/external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp
35
#include <
ElementHandle
.h>
39
/** Wrapper around ::
ElementHandle
to throw exceptions on errors and have more
41
* Contrary to ::
ElementHandle
, is constructed through it's constructor
45
class
ElementHandle
: private FailureWrapper<::
ElementHandle
>
47
ElementHandle
(const
ElementHandle
&other) = delete;
48
ElementHandle
&operator=(const
ElementHandle
&other) = delete;
51
using EH = ::
ElementHandle
;
[
all
...]
/external/parameter-framework/upstream/parameter/
ElementHandle.cpp
30
#include "
ElementHandle
.h"
58
ElementHandle
::
ElementHandle
(CConfigurableElement &element, CParameterMgr ¶meterMgr)
63
string
ElementHandle
::getName() const
68
size_t
ElementHandle
::getSize() const
73
bool
ElementHandle
::isParameter() const
78
string
ElementHandle
::getDescription() const
84
bool
ElementHandle
::isRogue() const
89
bool
ElementHandle
::isArray() const
94
size_t
ElementHandle
::getArrayLength() cons
[
all
...]
Completed in 156 milliseconds