![]() |
deltaFlow
|
Collection of utility functions. More...
Functions | |
| bool | isCommonDataFormat (const std::string &filePath) |
| Check if filepath is IEEE Common Data Format. | |
| bool | isRawFormat (const std::string &filePath) |
| Check if filepath is PSS/E Raw format. | |
| std::string | strip (const std::string &s) |
| Strip leading and trailing whitespace from a string. | |
| std::string | stripQuotes (const std::string &s) |
| Strip surrounding single quotes and whitespace from a string. | |
Collection of utility functions.
|
inline |
Check if filepath is IEEE Common Data Format.
| filePath | The filepath. |
Definition at line 43 of file Utils.H.

|
inline |
|
inline |
Strip leading and trailing whitespace from a string.
| s | The input string. |
Definition at line 62 of file Utils.H.
References strip().


|
inline |
Strip surrounding single quotes and whitespace from a string.
| s | The input string. |
Definition at line 74 of file Utils.H.
References strip(), and stripQuotes().

