C++ Library Extensions 2022.12.09
To help learn modern C++ programming
059-graph01.cpp File Reference
#include "059-graph01.hpp"
Include dependency graph for 059-graph01.cpp:

Go to the source code of this file.

Typedefs

using graph_t = tpf::graph_t< const char * >
 

Functions

void test_graph_data_structure ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Typedef Documentation

◆ graph_t

using graph_t = tpf::graph_t<const char*>

Definition at line 6 of file 059-graph01.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 62 of file 059-graph01.cpp.

Here is the call graph for this function:

◆ test_graph_data_structure()

void test_graph_data_structure ( )

Definition at line 8 of file 059-graph01.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 059-graph01.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 059-graph01.cpp.