PolyBoRi
Public Types | Public Member Functions
polybori::WeakRingPtr Class Reference

This class defines WeakRingPtr. More...

#include <WeakRingPtr.h>

List of all members.

Public Types

typedef BoolePolyRing value_type

Public Member Functions

 WeakRingPtr (const value_type &data)
 Default constructor.
 WeakRingPtr (const self &rhs)
 Copy constructor.
 ~WeakRingPtr ()
 Destructor.
value_type operator* () const
 Dereferencing.
 operator bool () const
 Validity check.

Detailed Description

This class defines WeakRingPtr.

This is just a wrapper for CWeakPtr<BoolePolyRing::core_type>. For aceesing such internals it is good friend with BoolePolyRing.


Member Typedef Documentation


Constructor & Destructor Documentation

polybori::WeakRingPtr::WeakRingPtr ( const value_type data) [inline]

Default constructor.

polybori::WeakRingPtr::WeakRingPtr ( const self rhs) [inline]

Copy constructor.

Destructor.


Member Function Documentation

polybori::WeakRingPtr::operator bool ( ) const [inline]

Validity check.

value_type polybori::WeakRingPtr::operator* ( ) const [inline]

Dereferencing.


The documentation for this class was generated from the following file: