LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
ReplaceEscapes.hpp File Reference
#include <lbann/utils/system_info.hpp>
#include <stdexcept>
#include <string>
Include dependency graph for ReplaceEscapes.hpp:

Go to the source code of this file.

Classes

struct  unit_test::utilities::BadSubstitutionPattern
 Indicates that an invalid pattern is detected. More...
 

Namespaces

 unit_test
 
 unit_test::utilities
 

Functions

std::string unit_test::utilities::replace_escapes (std::string const &str, lbann::utils::SystemInfo const &sys_info)
 Substitute basic escape sequences in a string. More...