Define FUSE_VARIABLE_SERIALIZE_DEFINITION
Defined in File variable.hpp
Define Documentation
-
FUSE_VARIABLE_SERIALIZE_DEFINITION(...)
Implementation of the serialize() and deserialize() member functions for derived classes.
Usage:
class Derived : public Variable { public: FUSE_VARIABLE_SERIALIZE_DEFINITION(Derived) // The rest of the derived variable implementation }