deltaFlow
Utils.H File Reference

Utility functions and helpers for deltaFlow. More...

#include <filesystem>
#include <string>
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.

Namespaces

namespace  Utilities
 Collection of utility functions.
 

Functions

bool Utilities::isCommonDataFormat (const std::string &filePath)
 Check if filepath is IEEE Common Data Format.
 
bool Utilities::isRawFormat (const std::string &filePath)
 Check if filepath is PSS/E Raw format.
 
std::string Utilities::strip (const std::string &s)
 Strip leading and trailing whitespace from a string.
 
std::string Utilities::stripQuotes (const std::string &s)
 Strip surrounding single quotes and whitespace from a string.
 

Detailed Description

Utility functions and helpers for deltaFlow.

Definition in file Utils.H.