OpenMD
2.6
Molecular Dynamics in the Open
|
#include <RefCount.hpp>
Classes | |
struct | Ref |
Public Member Functions | |
RefCount (T *p=0) | |
RefCount (const RefCount< T > &other) | |
~RefCount () | |
RefCount< T > & | operator= (const RefCount< T > &other) |
operator T * () const | |
T * | operator-> () const |
T * | get () const |
template<class newType > | |
operator RefCount< newType > () | |
Private Attributes | |
struct antlr::RefCount::Ref * | ref |
Definition at line 17 of file RefCount.hpp.
|
inlineexplicit |
Definition at line 33 of file RefCount.hpp.
|
inline |
Definition at line 37 of file RefCount.hpp.
|
inline |
Definition at line 41 of file RefCount.hpp.
|
inline |
Definition at line 65 of file RefCount.hpp.
|
inline |
Definition at line 70 of file RefCount.hpp.
|
inline |
Definition at line 55 of file RefCount.hpp.
|
inline |
Definition at line 60 of file RefCount.hpp.
|
inline |
Definition at line 46 of file RefCount.hpp.
|
private |
Referenced by antlr::RefCount< TreeParserInputState >::operator=().