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

Contains the TOMLLoader class for handling loading and navigation of TOML data. More...

#include <mutex>
#include <string>
#include <vector>
#include <iostream>
#include <unordered_map>
#include <toml++/toml.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "CustomExceptions.hpp"
Include dependency graph for TOMLLoader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  TOMLLoader
 A utility class for parsing, navigating, and managing TOML files and data. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const TOMLLoader &node)
 Overloads the stream insertion operator for TOMLLoader.
 

Detailed Description

Contains the TOMLLoader class for handling loading and navigation of TOML data.

Definition in file TOMLLoader.hpp.

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.