Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idomhashable.h File Reference
#include <edl/edlerrors.h>
#include <edl/edlnamespaces.h>
#include <edl/iedlobject.h>
Include dependency graph for idomhashable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IDOMHashable
 Abstract interface for objects that can be hashed. More...

Macros

#define edlobj2IDOMHashable(src)

Macro Definition Documentation

◆ edlobj2IDOMHashable

#define edlobj2IDOMHashable ( src)
Value:
dynamic_cast<IDOMHashable *>((IEDLObject *) src)
Abstract interface for objects that can be hashed.
Definition idomhashable.h:28
IEDLObject is an abstract base class that is used by all classes that are intended to be created via ...
Definition iedlobject.h:53