Define FUSE_VARIABLE_DEFINITIONS

Define Documentation

FUSE_VARIABLE_DEFINITIONS(...)

Convenience function that creates the required pointer aliases, clone() method, and type() method.

Usage:

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