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