UT/UT_Dependency.h File Reference

#include "UT_API.h"

Go to the source code of this file.

Defines

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


Define Documentation

#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.


Generated on Thu May 24 00:09:05 2012 for HDK by  doxygen 1.5.9