bioprocessing
5.1.2
|
Reference counting pointer to a ValueVertex. More...
#include <bioprocessing/graph/valuevertex.h>
Public Types | |
typedef Pointed::Vertex | Vertex |
Useable type (RC) More... | |
typedef Pointed::Type | Type |
Value type. More... | |
![]() | |
typedef Pointed::Vertex | Vertex |
Useable type. More... | |
Public Member Functions | |
ValueVertexRef (const Type &val) | |
Constructor from a value (creates a new instance) More... | |
ValueVertexRef (Pointed *v) | |
Constructor from a pointer (the pointer should either be created by new , or be already referenced by a rc_ptr. More... | |
ValueVertexRef (const Base &other) | |
Copy constructor (it copies the reference, it does not duplicate the pointed object) More... | |
virtual | ~ValueVertexRef () |
const Type & | value () const |
Const accessor to th value. More... | |
Type | value () |
Non const accessor to th value. More... | |
![]() | |
BaseVertexRef () | |
Default constructor. More... | |
BaseVertexRef (Pointed *v) | |
Constructor from a pointer (the pointer should either be created by new , or be already referenced by a rc_ptr. More... | |
BaseVertexRef (const Base &other) | |
Copy constructor (copies the reference, it does not duplicate the pointed object) More... | |
virtual | ~BaseVertexRef () |
virtual bool | operator== (const This &other) const |
There is equality if both pointers are none, or if both pointed objects are equal. More... | |
virtual bool | operator!= (const This &other) const |
virtual bool | operator> (const This &other) const |
virtual bool | operator< (const This &other) const |
virtual bool | operator>= (const This &other) const |
virtual bool | operator<= (const This &other) const |
Static Public Member Functions | |
static Vertex | none () |
Empty pointer factory. More... | |
![]() | |
static Vertex | none () |
Empty pointer factory. More... | |
Protected Types | |
typedef ValueVertexRef< T > | This |
Type of *this. More... | |
typedef BaseVertexRef | Base |
Base class (rc_ptr) More... | |
typedef ValueVertex< T > | Pointed |
Pointed object type. More... | |
![]() | |
typedef BaseVertexRef | This |
Type of *this . More... | |
typedef carto::rc_ptr< BaseVertex > | Base |
Base class type. More... | |
typedef BaseVertex | Pointed |
Pointed object type. More... | |
Protected Member Functions | |
ValueVertexRef () | |
Default constructor (builds a non pointer) More... | |
Reference counting pointer to a ValueVertex.
These objects also have full access to ValueVertex methods (without having to dereference the pointer)
Definition at line 75 of file valuevertex.h.
|
protected |
Base class (rc_ptr)
Definition at line 80 of file valuevertex.h.
|
protected |
Pointed object type.
Definition at line 81 of file valuevertex.h.
|
protected |
Type of *this.
Definition at line 79 of file valuevertex.h.
typedef Pointed::Type bio::ValueVertexRef< T >::Type |
Value type.
Definition at line 84 of file valuevertex.h.
typedef Pointed::Vertex bio::ValueVertexRef< T >::Vertex |
Useable type (RC)
Definition at line 83 of file valuevertex.h.
|
inlineprotected |
Default constructor (builds a non pointer)
Definition at line 89 of file valuevertex.h.
|
inline |
Constructor from a value (creates a new instance)
Definition at line 92 of file valuevertex.h.
|
inline |
Constructor from a pointer (the pointer should either be created by new
, or be already referenced by a rc_ptr.
See rc_ptr for more details on reference counting pointers)
Definition at line 96 of file valuevertex.h.
|
inline |
Copy constructor (it copies the reference, it does not duplicate the pointed object)
Definition at line 99 of file valuevertex.h.
|
inlinevirtual |
Definition at line 100 of file valuevertex.h.
|
inlinestatic |
|
inline |
Non const accessor to th value.
Definition at line 113 of file valuevertex.h.
|
inline |
Const accessor to th value.
Definition at line 111 of file valuevertex.h.