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