VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
SharedPointer< I > Class Template Reference
+ Inheritance diagram for SharedPointer< I >:

Public Member Functions

 SharedPointer (I *ptr, bool remember=true)
 
 SharedPointer (const SharedPointer &)
 
 SharedPointer ()
 
 ~SharedPointer ()
 
I * operator= (I *ptr)
 
SharedPointer< I > & operator= (const SharedPointer< I > &)
 
 operator I * () const
 
I * operator-> () const
 
template<class T >
T * cast () const
 

Protected Attributes

I * ptr
 

Constructor & Destructor Documentation

SharedPointer ( I *  ptr,
bool  remember = true 
)
inline
SharedPointer ( const SharedPointer< I > &  )
inline
SharedPointer ( )
inline
~SharedPointer ( )
inline

Member Function Documentation

T* cast ( ) const
inline
operator I * ( ) const
inline
I* operator-> ( ) const
inline
I * operator= ( I *  ptr)
inline
SharedPointer< I > & operator= ( const SharedPointer< I > &  _ptr)
inline

Member Data Documentation

I* ptr
protected

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