![]() |
R-Type
2
Doom but in better
|
This is the file in charge of containing the functions for the class that will handle the loading and navigation of the TOML language. More...
#include "TOMLLoader.hpp"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const TOMLLoader &node) |
Overloads the stream insertion operator for TOMLLoader. | |
This is the file in charge of containing the functions for the class that will handle the loading and navigation of the TOML language.
Definition in file TOMLLoader.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const TOMLLoader & | node ) |
Overloads the stream insertion operator for TOMLLoader.
os | The output stream. |
node | The TOMLLoader instance. |
Definition at line 240 of file TOMLLoader.cpp.