Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Member Functions | Public Attributes | List of all members
box2d::RaiiWrapper< T > Class Template Reference

Public Member Functions

 RaiiWrapper ()=delete
 
 RaiiWrapper (std::function< void(T &)> on_destruction)
 
 ~RaiiWrapper ()
 

Public Attributes

m_wrapped
 

Constructor & Destructor Documentation

◆ RaiiWrapper() [1/2]

template<class T >
box2d::RaiiWrapper< T >::RaiiWrapper ( )
delete

◆ RaiiWrapper() [2/2]

template<class T >
box2d::RaiiWrapper< T >::RaiiWrapper ( std::function< void(T &)>  on_destruction)
inline

◆ ~RaiiWrapper()

template<class T >
box2d::RaiiWrapper< T >::~RaiiWrapper ( )
inline

Member Data Documentation

◆ m_wrapped

template<class T >
T box2d::RaiiWrapper< T >::m_wrapped

The documentation for this class was generated from the following file: