| 
    Utopia 2
    
   Framework for studying models of complex & adaptive systems. 
   | 
 
#include <iostream>#include <filesystem>#include <string>#include <string_view>#include <spdlog/spdlog.h>

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 | |
| namespace | Utopia | 
| namespace | 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.   | |
| std::ostream & | Utopia::TestTools::operator<< (std::ostream &out, const LocationInfo &loc) | 
| Overload for allowing LocationInfo output streams.   | |