voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
Public Types | Public Member Functions | List of all members
blub::sharedPointer< T > Class Template Reference
Inheritance diagram for blub::sharedPointer< T >:

Public Types

typedef std::shared_ptr< T > t_base
 

Public Member Functions

 sharedPointer (T *ptr)
 
 sharedPointer (t_base ptr)
 
template<class U >
 sharedPointer (std::shared_ptr< U > ptr)
 
template<class U >
sharedPointer< U > staticCast ()
 
T * data () const
 
void reset ()
 
bool isNull () const
 

Detailed Description

template<class T>
class blub::sharedPointer< T >

Examples:
customVertexInformation.cpp, mesh.cpp, noise.cpp, and primitives.cpp.

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