Define FUSE_GRAPH_DEFINITIONS
Defined in File graph.hpp
Define Documentation
-
FUSE_GRAPH_DEFINITIONS(...)
Convenience function that creates the required pointer aliases, and type() method.
Usage:
class Derived : public Graph { public: FUSE_GRAPH_DEFINITIONS(Derived) // The rest of the derived graph implementation }