Public Member Functions | Private Attributes | List of all members
Vclip::Handle< T > Class Template Reference

#include <vclip.h>

Public Member Functions

 Handle ()
 
 Handle (T *p)
 
T & operator* ()
 
const T & operator* () const
 
T * operator-> ()
 
const T * operator-> () const
 
void set (T *p)
 
 ~Handle ()
 

Private Attributes

T * ptr
 

Detailed Description

template<class T>
class Vclip::Handle< T >

Definition at line 74 of file vclip.h.

Constructor & Destructor Documentation

template<class T>
Vclip::Handle< T >::Handle ( )
inline

Definition at line 78 of file vclip.h.

template<class T>
Vclip::Handle< T >::Handle ( T *  p)
inline

Definition at line 79 of file vclip.h.

template<class T>
Vclip::Handle< T >::~Handle ( )
inline

Definition at line 80 of file vclip.h.

Member Function Documentation

template<class T>
T& Vclip::Handle< T >::operator* ( )
inline

Definition at line 82 of file vclip.h.

template<class T>
const T& Vclip::Handle< T >::operator* ( ) const
inline

Definition at line 84 of file vclip.h.

template<class T>
T* Vclip::Handle< T >::operator-> ( )
inline

Definition at line 81 of file vclip.h.

template<class T>
const T* Vclip::Handle< T >::operator-> ( ) const
inline

Definition at line 83 of file vclip.h.

template<class T>
void Vclip::Handle< T >::set ( T *  p)
inline

Definition at line 77 of file vclip.h.

Member Data Documentation

template<class T>
T* Vclip::Handle< T >::ptr
private

Definition at line 75 of file vclip.h.


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


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:54