Define FUSE_VARIABLE_CLONE_DEFINITION

Define Documentation

FUSE_VARIABLE_CLONE_DEFINITION(...)

Implementation of the clone() member function for derived classes.

Usage:

class Derived : public Variable
{
public:
  FUSE_VARIABLE_CLONE_DEFINITION(Derived)
  // The rest of the derived variable implementation
}