#include <FindLeaves.hpp>
◆ FindLeavesVisitor() [1/2]
| FindLeaves::FindLeavesVisitor::FindLeavesVisitor |
( |
| ) |
|
◆ FindLeavesVisitor() [2/2]
| FindLeaves::FindLeavesVisitor::FindLeavesVisitor |
( |
std::string |
starting_name, |
|
|
void * |
starting_address |
|
) |
| |
◆ getResult()
| Result FindLeaves::FindLeavesVisitor::getResult |
( |
| ) |
|
◆ visitArrayType()
| bool FindLeaves::FindLeavesVisitor::visitArrayType |
( |
std::shared_ptr< const ArrayDataType > |
node | ) |
|
|
overridevirtual |
◆ visitCompositeType()
| bool FindLeaves::FindLeavesVisitor::visitCompositeType |
( |
std::shared_ptr< const CompositeDataType > |
node | ) |
|
|
overridevirtual |
◆ visitEnumeratedType()
| bool FindLeaves::FindLeavesVisitor::visitEnumeratedType |
( |
std::shared_ptr< const EnumDataType > |
node | ) |
|
|
overridevirtual |
◆ visitPointerType()
| bool FindLeaves::FindLeavesVisitor::visitPointerType |
( |
std::shared_ptr< const PointerDataType > |
node | ) |
|
|
overridevirtual |
◆ visitPrimitiveDataType()
| bool FindLeaves::FindLeavesVisitor::visitPrimitiveDataType |
( |
std::shared_ptr< const PrimitiveDataType > |
node | ) |
|
|
overridevirtual |
◆ visitSequenceType()
| bool FindLeaves::FindLeavesVisitor::visitSequenceType |
( |
std::shared_ptr< const SequenceDataType > |
node | ) |
|
|
overridevirtual |
◆ visitStringType()
| bool FindLeaves::FindLeavesVisitor::visitStringType |
( |
std::shared_ptr< const StringDataType > |
node | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: