Annotation element with value and a name this is contained in the EncodedAnnotation class.
More...
#include <encoded.hpp>
|
| AnnotationElement (std::string &name, encodedvalue_t value) |
| Constructor of the annotation element.
|
|
| ~AnnotationElement ()=default |
| Destructor of the annotation element.
|
|
std::string & | get_name () |
| Get the name of the annotation.
|
|
EncodedValue * | get_value () |
| Get the value of the annotation.
|
|
Annotation element with value and a name this is contained in the EncodedAnnotation class.
◆ AnnotationElement()
KUNAI::DEX::AnnotationElement::AnnotationElement |
( |
std::string & |
name, |
|
|
encodedvalue_t |
value |
|
) |
| |
|
inline |
Constructor of the annotation element.
- Parameters
-
name | name of the annotation |
value | value of the annotation |
◆ get_name()
std::string & KUNAI::DEX::AnnotationElement::get_name |
( |
| ) |
|
|
inline |
Get the name of the annotation.
- Returns
- name of annotation
◆ get_value()
Get the value of the annotation.
- Returns
- value of the annotation
The documentation for this class was generated from the following file: