![]() |
R-Type
2
Doom but in better
|
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"
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. | |
Contains the TOMLLoader
class for handling loading and navigation of TOML data.
Definition in file TOMLLoader.hpp.
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.