![]() |
deltaFlow
|
Utility functions and helpers for deltaFlow. More...
#include <filesystem>#include <string>

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. | |
Utility functions and helpers for deltaFlow.
Definition in file Utils.H.