RigsofRods
Soft-body Physics Simulation
Data Structures | Macros
RefCountingObject.h File Reference
#include <angelscript.h>
#include <mutex>
#include "Application.h"
#include "AppContext.h"
#include <cassert>
+ Include dependency graph for RefCountingObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RefCountingObject< T >
 Self reference-counting objects, as requred by AngelScript garbage collector. More...
 

Macros

#define RefCoutingObject_DEBUGTRACE()
 
#define RefCountingObject_ASSERT(_Expr_)   assert(_Expr_)
 

Macro Definition Documentation

◆ RefCountingObject_ASSERT

#define RefCountingObject_ASSERT (   _Expr_)    assert(_Expr_)

Definition at line 22 of file RefCountingObject.h.

◆ RefCoutingObject_DEBUGTRACE

#define RefCoutingObject_DEBUGTRACE ( )

Definition at line 17 of file RefCountingObject.h.