Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Functions
utils.hh File Reference
#include <iostream>
#include <filesystem>
#include <string>
#include <string_view>
#include <spdlog/spdlog.h>
Include dependency graph for utils.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Utopia::TestTools::LocationInfo
 Bundles and handles file location information: file path and line number. More...
 

Namespaces

 Utopia
 
 Utopia::TestTools
 

Functions

bool Utopia::TestTools::contains (const std::string_view s, const std::string_view match)
 Returns true if the match string is contained within the given string. More...
 
std::ostream & Utopia::TestTools::operator<< (std::ostream &out, const LocationInfo &loc)
 Overload for allowing LocationInfo output streams. More...