#include <sptr.h>
template<class T >
SPtr< T >::operator T * |
( |
| ) |
|
|
inline |
template<class T >
SPtr< T >::operator void * |
( |
| ) |
|
|
inline |
template<class T >
bool SPtr< T >::operator!= |
( |
T * |
lhs | ) |
const |
|
inline |
template<class T >
T& SPtr< T >::operator* |
( |
void |
| ) |
|
|
inline |
template<class T >
T* SPtr< T >::operator-> |
( |
| ) |
|
|
inline |
template<class T >
void SPtr< T >::operator= |
( |
T * |
N | ) |
|
|
inline |
template<class T >
bool SPtr< T >::operator== |
( |
T * |
lhs | ) |
const |
|
inline |
template<class T >
T* SPtr< T >::UnGuard |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: