R-Type  2
Doom but in better
Loading...
Searching...
No Matches
TOMLLoader.cpp File Reference

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"
Include dependency graph for TOMLLoader.cpp:

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.
 

Detailed Description

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.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const TOMLLoader & node )

Overloads the stream insertion operator for TOMLLoader.

Parameters
osThe output stream.
nodeThe TOMLLoader instance.
Returns
The output stream.

Definition at line 240 of file TOMLLoader.cpp.