|
bioprocessing 6.0.4
|
#include <cartobase/smart/rcptr.h>

Go to the source code of this file.
Classes | |
| class | bio::BaseVertex |
| Base class for vertices. More... | |
| class | bio::BaseVertexRef |
| Reference counting pointer to a BaseVertex. More... | |
Namespaces | |
| namespace | bio |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const bio::BaseVertex &v) |
| Print of a BaseVertex. | |
| std::ostream & | operator<< (std::ostream &os, const bio::BaseVertexRef &v) |
| Print of a BaseVertexRef. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const bio::BaseVertex & | v ) |
Print of a BaseVertex.
The resulting string shows as V{ adress }
Definition at line 85 of file basevertex.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const bio::BaseVertexRef & | v ) |
Print of a BaseVertexRef.
The resulting string shows as V{ adress }
(V{ NULL } if it's a none pointer)
Definition at line 187 of file basevertex.h.