retdec
|
This is the complete list of members for retdec::ctypes::Visitor, including all inherited members.
visit(const std::shared_ptr< ArrayType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< EnumType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< FloatingPointType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< FunctionType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< IntegralType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< NamedType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< PointerType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< ReferenceType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< StructType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< TypedefedType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< UnionType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< UnknownType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
visit(const std::shared_ptr< VoidType > &type)=0 | retdec::ctypes::Visitor | pure virtual |
Visitor()=default | retdec::ctypes::Visitor | protected |
~Visitor()=default | retdec::ctypes::Visitor | virtual |