Public Member Functions | Static Public Member Functions | List of all members
nmx::Tools Struct Reference

#include <xtools.h>

Public Member Functions

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 Public Member Functions

static auto get_range (double xmin, double xmax, double dx)
 get_range Hilfsfunktion erzeugt eine More...
 

Detailed Description

Definition at line 12 of file xtools.h.

Member Function Documentation

◆ get_range()

static auto nmx::Tools::get_range ( double  xmin,
double  xmax,
double  dx 
)
inlinestatic

get_range Hilfsfunktion erzeugt eine

Parameters
xmin
xmax
dx

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
s
delim

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
s
delim

Definition at line 61 of file xtools.h.


The documentation for this struct was generated from the following file: