|
libpsynth 0.2.1
|
#include <pointer.hpp>
Public Member Functions | |
| null_ptr () | |
| null_ptr (null_ptr &p) | |
| template<class Y > | |
| null_ptr (null_ptr< Y > &p) | |
| null_ptr (T *ptr) | |
| template<class Y > | |
| null_ptr (Y *ptr) | |
| T * | operator-> () const |
| T & | operator* () const |
| operator T * () const | |
| operator bool () const | |
| psynth::base::null_ptr< T >::null_ptr | ( | ) | [inline] |
| psynth::base::null_ptr< T >::null_ptr | ( | null_ptr< T > & | p | ) | [inline] |
| psynth::base::null_ptr< T >::null_ptr | ( | null_ptr< Y > & | p | ) | [inline] |
| psynth::base::null_ptr< T >::null_ptr | ( | T * | ptr | ) | [inline] |
| psynth::base::null_ptr< T >::operator bool | ( | ) | const [inline] |
| psynth::base::null_ptr< T >::operator T * | ( | ) | const [inline] |
| T& psynth::base::null_ptr< T >::operator* | ( | ) | const [inline] |
| T* psynth::base::null_ptr< T >::operator-> | ( | ) | const [inline] |
1.7.4