Interface generator internal representation of a constant as parsed from the XML template file.
More...
#include <interfaces/generator/constant.h>
Interface generator internal representation of a constant as parsed from the XML template file.
Definition at line 28 of file constant.h.
◆ InterfaceConstant()
InterfaceConstant::InterfaceConstant |
( |
const std::string & |
name, |
|
|
const std::string & |
type, |
|
|
const std::string & |
value, |
|
|
const std::string & |
comment |
|
) |
| |
◆ getComment()
std::string InterfaceConstant::getComment |
( |
| ) |
|
Get comment of constant.
- Returns
- comment of constant.
Definition at line 106 of file constant.cpp.
◆ getName()
std::string InterfaceConstant::getName |
( |
void |
| ) |
|
Get name of constant.
- Returns
- name of constant.
Definition at line 68 of file constant.cpp.
◆ getType()
std::string InterfaceConstant::getType |
( |
| ) |
|
Get type of constant.
- Returns
- type of constnat.
Definition at line 88 of file constant.cpp.
◆ getValue()
std::string InterfaceConstant::getValue |
( |
| ) |
|
Get value of constant.
- Returns
- value of constant.
Definition at line 78 of file constant.cpp.
The documentation for this class was generated from the following files: