#include <AnnotationDescriptor.hpp>
◆ _ref_type
◆ AnnotationDescriptor() [1/3]
◆ AnnotationDescriptor() [2/3]
◆ AnnotationDescriptor() [3/3]
◆ ~AnnotationDescriptor()
◆ copy_from()
Overwrites the contents of this descriptor with those of another descriptor (see [standard] 7.5.2.3.1)
- Parameters
-
- Returns
- standard ReturnCode_t
- Return values
-
RETCODE_OK | when the copy was successful. |
RETCODE_BAD_PARAMETER | when descriptor reference is nil. |
◆ equals()
State comparison according with the [standard] sections 7.5.2.3.2.
- Parameters
-
- Returns
- bool
true
on equality
◆ get_all_value()
Getter for all the values.
- Parameters
-
[in,out] | value | Parameters interface to the strings map. |
- Returns
- ReturnCode_t returns operation success.
◆ get_value()
Getter given a key for the value property.
- Parameters
-
[in,out] | value | The value. |
[in] | key | Key used to retrieve the value. |
- Returns
- ReturnCode_t returns operation success
◆ is_consistent()
virtual bool is_consistent |
( |
| ) |
|
|
pure virtual |
Indicates whether the states of all of this descriptor's properties are consistent according with the [standard] section 7.5.2.3.3.
- Returns
- bool
true
if consistent.
◆ set_value()
Setter given a key for the value property.
- Parameters
-
[in] | key | null terminated string |
[in] | value | null terminated string |
- Returns
- ReturnCode_t returns operation success
◆ type() [1/3]
Returns a reference to the type.
The reference can be nil.
- Returns
- DynamicType reference.
◆ type() [2/3]
Returns a reference to the type.
The reference can be nil.
- Returns
- DynamicType reference.
◆ type() [3/3]
Modifies the underlying type reference.
- Parameters
-
The documentation for this class was generated from the following file: