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

Public Member Functions

 OwningPointer (I *p)
 
 OwningPointer (const SharedPointer< I > &p)
 
 OwningPointer (const OwningPointer< I > &p)
 
 OwningPointer ()
 
I * operator= (I *_ptr)
 
- Public Member Functions inherited from SharedPointer< I >
 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
 

Additional Inherited Members

- Protected Attributes inherited from SharedPointer< I >
I * ptr
 

Constructor & Destructor Documentation

OwningPointer ( I *  p)
inline
OwningPointer ( const SharedPointer< I > &  p)
inline
OwningPointer ( const OwningPointer< I > &  p)
inline
OwningPointer ( )
inline

Member Function Documentation

I* operator= ( I *  _ptr)
inline

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