PolyBoRi
|
This class defines WeakRingPtr. More...
#include <WeakRingPtr.h>
Public Types | |
typedef BoolePolyRing | value_type |
Public Member Functions | |
WeakRingPtr (const value_type &data) | |
Default constructor. More... | |
WeakRingPtr (const self &rhs) | |
Copy constructor. More... | |
~WeakRingPtr () | |
Destructor. More... | |
value_type | operator* () const |
Dereferencing. More... | |
operator bool () const | |
Validity check. More... | |
This class defines WeakRingPtr.
This is just a wrapper for CWeakPtr<BoolePolyRing::core_type>
. For aceesing such internals it is good friend
with BoolePolyRing
.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Destructor.
|
inline |
Validity check.
|
inline |
Dereferencing.