HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Dependency.h File Reference
#include "UT_API.h"
+ Include dependency graph for UT_Dependency.h:

Go to the source code of this file.

Macros

#define DECLARE_DEPENDENCY(Library)
 
#define IMPLEMENT_DEPENDENCY(Library)
 

Macro Definition Documentation

#define DECLARE_DEPENDENCY (   Library)
Value:
class Library##_API DependencyOn##Library \
{ \
public: \
DependencyOn##Library(); \
~DependencyOn##Library(); \
};

Definition at line 16 of file UT_Dependency.h.

#define IMPLEMENT_DEPENDENCY (   Library)
Value:
DependencyOn##Library::DependencyOn##Library() { } \
DependencyOn##Library::~DependencyOn##Library() { }

Definition at line 24 of file UT_Dependency.h.