DPsim
Loading...
Searching...
No Matches
Utils.h File Reference
#include <cstdlib>
#include <list>
#include <vector>
#include <dpsim-models/Components.h>
#include <dpsim-models/Filesystem.h>
#include <dpsim-models/Logger.h>
#include <dpsim/MNASolverFactory.h>
#include <dpsim/Simulation.h>
#include <dpsim/Solver.h>
#include <dpsim/Timer.h>
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DPsim::CommandLineArgs
 
struct  DPsim::CommandLineArgs::Argument
 

Namespaces

namespace  DPsim
 
namespace  DPsim::Utils
 

Functions

String DPsim::Utils::encodeXml (String &data)
 
template<typename T>
static CPS::String DPsim::Utils::type (const CPS::String &stripPrefix="CPS::")
 
std::vector< std::string > DPsim::Utils::tokenize (std::string s, char delimiter)
 
fs::path DPsim::Utils::findFile (const fs::path &name, const fs::path &hint=fs::path(), const std::string &useEnv=std::string())
 
std::list< fs::path > DPsim::Utils::findFiles (std::list< fs::path > filennames, const fs::path &hint, const std::string &useEnv=std::string())