Broom 1.0.0
A thread-local C++ Garbage Collector
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Graph Class Reference

Public Member Functions

 Graph ()=default
 
NodeNew (std::string s)
 
Nodeoperator[] (std::string s)
 
size_t ShortestPath (std::string from, std::string to)
 

Detailed Description

Definition at line 40 of file main.cc.

Constructor & Destructor Documentation

◆ Graph()

Graph::Graph ( )
default

Member Function Documentation

◆ New()

Node * Graph::New ( std::string  s)
inline

Definition at line 43 of file main.cc.

◆ operator[]()

Node * Graph::operator[] ( std::string  s)
inline

Definition at line 48 of file main.cc.

◆ ShortestPath()

size_t Graph::ShortestPath ( std::string  from,
std::string  to 
)
inline

Definition at line 50 of file main.cc.


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