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

Go to the source code of this file.

Data Structures

class  RefCountingObjectPtr< T >
 

Macros

#define RefCoutingObjectPtr_DEBUGTRACE(_Expr)
 
#define RefCountingObjectPtr_ASSERT(_Expr_)   assert(_Expr_)
 

Macro Definition Documentation

◆ RefCountingObjectPtr_ASSERT

#define RefCountingObjectPtr_ASSERT (   _Expr_)    assert(_Expr_)

Definition at line 20 of file RefCountingObjectPtr.h.

◆ RefCoutingObjectPtr_DEBUGTRACE

#define RefCoutingObjectPtr_DEBUGTRACE (   _Expr)

Definition at line 15 of file RefCountingObjectPtr.h.