#include <xtools.h>
|
| auto | open_file (const std::string &fname) |
| | ex1 Ausgabe von Funktionswerten in eine Datei More...
|
| |
| auto | split (const std::string &s, char delim) |
| | split More...
|
| |
| auto | split (const std::string &s, const std::string &delim) |
| | split More...
|
| |
|
| static auto | get_range (double xmin, double xmax, double dx) |
| | get_range Hilfsfunktion erzeugt eine More...
|
| |
Definition at line 12 of file xtools.h.
◆ get_range()
| static auto nmx::Tools::get_range |
( |
double |
xmin, |
|
|
double |
xmax, |
|
|
double |
dx |
|
) |
| |
|
inlinestatic |
get_range Hilfsfunktion erzeugt eine
- Parameters
-
Definition at line 19 of file xtools.h.
◆ open_file()
| auto nmx::Tools::open_file |
( |
const std::string & |
fname | ) |
|
|
inline |
ex1 Ausgabe von Funktionswerten in eine Datei
Definition at line 32 of file xtools.h.
◆ split() [1/2]
| auto nmx::Tools::split |
( |
const std::string & |
s, |
|
|
char |
delim |
|
) |
| |
|
inline |
split
- Parameters
-
Definition at line 46 of file xtools.h.
◆ split() [2/2]
| auto nmx::Tools::split |
( |
const std::string & |
s, |
|
|
const std::string & |
delim |
|
) |
| |
|
inline |
split
- Parameters
-
Definition at line 61 of file xtools.h.
The documentation for this struct was generated from the following file: