#include <annotation.hpp>
Definition at line 282 of file annotation.hpp.
◆ AnnotationValue()
MicroModelica::IR::AnnotationValue::AnnotationValue |
( |
| ) |
|
◆ ~AnnotationValue()
MicroModelica::IR::AnnotationValue::~AnnotationValue |
( |
| ) |
|
|
default |
◆ integer()
int MicroModelica::IR::AnnotationValue::integer |
( |
| ) |
|
◆ plainStr()
string MicroModelica::IR::AnnotationValue::plainStr |
( |
| ) |
|
◆ real()
double MicroModelica::IR::AnnotationValue::real |
( |
| ) |
|
◆ setInteger()
void MicroModelica::IR::AnnotationValue::setInteger |
( |
int |
i | ) |
|
◆ setPlainStr()
void MicroModelica::IR::AnnotationValue::setPlainStr |
( |
string |
plain_str | ) |
|
◆ setReal()
void MicroModelica::IR::AnnotationValue::setReal |
( |
double |
d | ) |
|
◆ setStr()
void MicroModelica::IR::AnnotationValue::setStr |
( |
string |
s | ) |
|
◆ str()
string MicroModelica::IR::AnnotationValue::str |
( |
| ) |
|
◆ _integer
int MicroModelica::IR::AnnotationValue::_integer |
|
protected |
◆ _plain_str
string MicroModelica::IR::AnnotationValue::_plain_str |
|
protected |
◆ _real
double MicroModelica::IR::AnnotationValue::_real |
|
protected |
◆ _str
string MicroModelica::IR::AnnotationValue::_str |
|
protected |
The documentation for this class was generated from the following files: