Base class storing custom information in the WriteParams structure for later filtering. More...
#include <WriteParams.hpp>
Public Member Functions | |
| UserWriteData ()=default | |
| virtual | ~UserWriteData ()=default |
Base class storing custom information in the WriteParams structure for later filtering.
This struct serves as a base class that allows derived classes to be deleted safely through a pointer to this base type. It is intended to be user-extensible.
|
default |
|
virtualdefault |