Public Member Functions | List of all members
Payload Class Reference

Base class of property visitor payloads. More...

#include <PropertyVisitor.hpp>

Inheritance diagram for Payload:
[legend]

Public Member Functions

virtual ~Payload ()=default
 Destroy the payload instance. More...
 

Detailed Description

Base class of property visitor payloads.

There are no templated virtual methods in C++, so dispatchers must ensure they downcast correctly.

Constructor & Destructor Documentation

◆ ~Payload()

virtual ~Payload ( )
virtualdefault

Destroy the payload instance.


The documentation for this class was generated from the following file: