cloudy
trunk
|
#include <count_ptr.h>
Public Member Functions | |
count_ptr (T *ptr=0) | |
count_ptr (const count_ptr< T > &p) | |
~count_ptr () throw () | |
count_ptr< T > & | operator= (count_ptr< T > temp) |
T & | operator* () const |
T * | operator-> () const throw () |
int | equiv (const count_ptr< T > &p) const throw () |
T * | get_ptr () const throw () |
long | count () const |
void | swap (count_ptr< T > &a) throw () |
int | compare (const count_ptr< T > &a) const |
Private Member Functions | |
void | cancel () |
Private Attributes | |
T * | m_ptr |
long * | m_count |
Definition at line 11 of file count_ptr.h.
Definition at line 17 of file count_ptr.h.
Definition at line 20 of file count_ptr.h.
Definition at line 25 of file count_ptr.h.
|
inlineprivate |
Definition at line 71 of file count_ptr.h.
Referenced by count_ptr< TransitionListImpl >::~count_ptr().
Definition at line 62 of file count_ptr.h.
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inline |
Definition at line 53 of file count_ptr.h.
Definition at line 45 of file count_ptr.h.
|
inline |
Definition at line 49 of file count_ptr.h.
Referenced by TransitionList::isSame(), newisotope(), and parse_species_label().
|
inline |
Definition at line 37 of file count_ptr.h.
|
inline |
Definition at line 41 of file count_ptr.h.
Definition at line 30 of file count_ptr.h.
Definition at line 57 of file count_ptr.h.
Referenced by count_ptr< TransitionListImpl >::operator=(), and swap().
|
private |
Definition at line 14 of file count_ptr.h.
Referenced by count_ptr< TransitionListImpl >::cancel(), count_ptr< TransitionListImpl >::count(), count_ptr< TransitionListImpl >::count_ptr(), and count_ptr< TransitionListImpl >::swap().
|
private |
Definition at line 13 of file count_ptr.h.
Referenced by count_ptr< TransitionListImpl >::cancel(), count_ptr< TransitionListImpl >::compare(), count_ptr< TransitionListImpl >::equiv(), count_ptr< TransitionListImpl >::get_ptr(), count_ptr< TransitionListImpl >::operator*(), count_ptr< TransitionListImpl >::operator->(), and count_ptr< TransitionListImpl >::swap().