#include <GetValue.hpp>
◆ GetValueVisitor()
| GetValue::GetValueVisitor::GetValueVisitor |
( |
void * |
address | ) |
|
◆ getResult()
| Result GetValue::GetValueVisitor::getResult |
( |
| ) |
|
◆ visitArrayType()
| bool GetValue::GetValueVisitor::visitArrayType |
( |
std::shared_ptr< const ArrayDataType > |
node | ) |
|
|
overridevirtual |
◆ visitCompositeType()
| bool GetValue::GetValueVisitor::visitCompositeType |
( |
std::shared_ptr< const CompositeDataType > |
node | ) |
|
|
overridevirtual |
◆ visitEnumeratedType()
| bool GetValue::GetValueVisitor::visitEnumeratedType |
( |
std::shared_ptr< const EnumDataType > |
node | ) |
|
|
overridevirtual |
◆ visitPointerType()
| bool GetValue::GetValueVisitor::visitPointerType |
( |
std::shared_ptr< const PointerDataType > |
node | ) |
|
|
overridevirtual |
◆ visitPrimitiveDataType()
| bool GetValue::GetValueVisitor::visitPrimitiveDataType |
( |
std::shared_ptr< const PrimitiveDataType > |
node | ) |
|
|
overridevirtual |
◆ visitSequenceType()
| bool GetValue::GetValueVisitor::visitSequenceType |
( |
std::shared_ptr< const SequenceDataType > |
node | ) |
|
|
overridevirtual |
◆ visitStringType()
| bool GetValue::GetValueVisitor::visitStringType |
( |
std::shared_ptr< const StringDataType > |
node | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: