bioprocessing
5.1.2
|
#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 | |
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... | |
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.