#include "UT_API.h"Go to the source code of this file.
Defines | |
| #define | DECLARE_DEPENDENCY(Library) |
| #define | IMPLEMENT_DEPENDENCY(Library) |
| #define DECLARE_DEPENDENCY | ( | Library | ) |
Value:
class Library##_API DependencyOn##Library \ { \ public: \ DependencyOn##Library(); \ ~DependencyOn##Library(); \ };
Definition at line 23 of file UT_Dependency.h.
| #define IMPLEMENT_DEPENDENCY | ( | Library | ) |
Value:
DependencyOn##Library::DependencyOn##Library() { } \
DependencyOn##Library::~DependencyOn##Library() { }
Definition at line 31 of file UT_Dependency.h.
1.5.9