Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Go to the source code of this file.
Functions | |
int | definp_int (const String &str) |
long | definp_long (const String &str) |
double | definp_double (const String &str) |
String | definp_String (const String &str) |
long | set_position (const String &word, std::istream &istrm, int s_rewind, int s_req_sep) |
void | remove_end_comments (std::istream &istr, String commark, DynLinArr< char > &istring) |
double definp_double | ( | const String & | str | ) |
Definition at line 39 of file definp.cpp.
int definp_int | ( | const String & | str | ) |
Definition at line 7 of file definp.cpp.
long definp_long | ( | const String & | str | ) |
Definition at line 23 of file definp.cpp.
Definition at line 55 of file definp.cpp.
Definition at line 114 of file definp.cpp.
long set_position | ( | const String & | word, |
std::istream & | istrm, | ||
int | s_rewind, | ||
int | s_req_sep | ||
) |
Definition at line 71 of file definp.cpp.
Referenced by definp_any_2par(), definp_any_par(), and operator>>().