Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/BaseObject.h>
Public Member Functions | |
StrongOrWeakPtr () | |
StrongOrWeakPtr (const StrongPtr< T > &ptr) | |
StrongOrWeakPtr (const WeakPtr< T > &ptr) | |
StrongPtr< T > | createStrongPtr () const |
T * | get () const |
Private Attributes | |
StrongPtr< T > | strongPtr_ |
WeakPtr< T > | weakPtr_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |