Define FUSE_GRAPH_TYPE_DEFINITION
Defined in File graph.hpp
Define Documentation
-
FUSE_GRAPH_TYPE_DEFINITION(...)
Implements the type() member function using the suggested implementation.
Also creates a static detail::type() function that may be used without an object instance
Usage:
class Derived : public Graph { public: FUSE_GRAPH_TYPE_DEFINITION(Derived) // The rest of the derived graph implementation }