Define FUSE_CONSTRAINT_CLONE_DEFINITION
Defined in File constraint.hpp
Define Documentation
-
FUSE_CONSTRAINT_CLONE_DEFINITION(...)
Implementation of the clone() member function for derived classes.
Usage:
class Derived : public Constraint { public: FUSE_CONSTRAINT_CLONE_DEFINITION(Derived) // The rest of the derived constraint implementation }