Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Friends
graph::GraphBase Class Referenceabstract

#include <GraphBase.hpp>

Inheritance diagram for graph::GraphBase:
[legend]

Public Member Functions

virtual ~GraphBase () noexcept=default
 
virtual void operator>> (ext::ostream &os) const =0
 

Friends

ext::ostreamoperator<< (ext::ostream &os, const GraphBase &instance)
 

Detailed Description

Represents graph.

Constructor & Destructor Documentation

◆ ~GraphBase()

virtual graph::GraphBase::~GraphBase ( )
virtualdefaultnoexcept

Member Function Documentation

◆ operator>>()

virtual void graph::GraphBase::operator>> ( ext::ostream os) const
pure virtual

Friends And Related Function Documentation

◆ operator<<

ext::ostream & operator<< ( ext::ostream os,
const GraphBase instance 
)
friend

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