VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
PointerDefinitions.h File Reference
#include <memory>

Go to the source code of this file.

Macros

#define dynamicPointerCast   std::dynamic_pointer_cast
 

Typedefs

template<class T >
using SPtr = std::shared_ptr< T >
 
template<class T >
using WPtr = std::weak_ptr< T >
 
template<class T >
using UPtr = std::unique_ptr< T >
 
template<class T >
using RPtr = T *
 
template<class T >
using enableSharedFromThis = std::enable_shared_from_this< T >