|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/utility/strconvert.h"#include <cerrno>#include <cstdint>#include <cstdlib>#include <limits>#include <string>#include "gromacs/utility/cstringutil.h"#include "gromacs/utility/exceptions.h"
Include dependency graph for strconvert.cpp:Implements functions in strconvert.h.
Functions | |
| bool | gmx::boolFromString (const char *str) |
| Parses a boolean from a string. More... | |
| int | gmx::intFromString (const char *str) |
| Parses an integer from a string. More... | |
| int64_t | gmx::int64FromString (const char *str) |
| Parses a 64-bit integer from a string. More... | |
| float | gmx::floatFromString (const char *str) |
| Parses a float value from a string. More... | |
| double | gmx::doubleFromString (const char *str) |
| Parses a double value from a string. More... | |
1.8.5