bioprocessing  5.1.2
basevertex.h File Reference
#include <cartobase/smart/rcptr.h>
Include dependency graph for basevertex.h:
This graph shows which files directly or indirectly include this file:

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

 bio
 

Functions

std::ostream & operator<< (std::ostream &os, const bio::BaseVertex &v)
 Print of a BaseVertex. More...
 
std::ostream & operator<< (std::ostream &os, const bio::BaseVertexRef &v)
 Print of a BaseVertexRef. More...
 

Function Documentation

◆ operator<<() [1/2]

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.

◆ operator<<() [2/2]

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.