The constant info of a element.
More...
The constant info of a element.
Definition at line 137 of file codec_type_info.h.
◆ getConstantName()
const char* getConstantName |
( |
| ) |
const |
Get the name of the constant value.
- Returns
- const char*
◆ getConstantValue()
Returns the constant value in type T.
- Returns
- T Returns the the constant value
- Exceptions
-
throws | std::runtime_error if not found. |
◆ isConstant()
bool isConstant |
( |
| ) |
const |
Determines if the element has a constant value or not.
- Returns
- true is constant
-
false is not contant