![]() |
PEARL
Parallel Event Access and Replay Library
|
Declaration and implementation of general utility functions. More...
Namespaces | |
pearl | |
Namespace of the PEARL library. | |
Functions | |
Conversion to string | |
std::string | pearl::toStdString (int value) |
Convert int to std::string . More... | |
std::string | pearl::toStdString (long value) |
Convert long to std::string . More... | |
std::string | pearl::toStdString (long long value) |
Convert long long to std::string . More... | |
std::string | pearl::toStdString (unsigned int value) |
Convert unsigned int to std::string . More... | |
std::string | pearl::toStdString (unsigned long value) |
Convert unsigned long to std::string . More... | |
std::string | pearl::toStdString (unsigned long long value) |
Convert unsigned long long to std::string . More... | |
Conversion to string | |
std::string | pearl::toStdString (int value) |
Convert int to std::string . More... | |
std::string | pearl::toStdString (long value) |
Convert long to std::string . More... | |
std::string | pearl::toStdString (long long value) |
Convert long long to std::string . More... | |
std::string | pearl::toStdString (unsigned int value) |
Convert unsigned int to std::string . More... | |
std::string | pearl::toStdString (unsigned long value) |
Convert unsigned long to std::string . More... | |
std::string | pearl::toStdString (unsigned long long value) |
Convert unsigned long long to std::string . More... | |
Conversion to string | |
std::string | pearl::toStdString (int value) |
Convert int to std::string . More... | |
std::string | pearl::toStdString (long value) |
Convert long to std::string . More... | |
std::string | pearl::toStdString (long long value) |
Convert long long to std::string . More... | |
std::string | pearl::toStdString (unsigned int value) |
Convert unsigned int to std::string . More... | |
std::string | pearl::toStdString (unsigned long value) |
Convert unsigned long to std::string . More... | |
std::string | pearl::toStdString (unsigned long long value) |
Convert unsigned long long to std::string . More... | |
This header file provides declaration and implementation of a number of general utility functions.
![]() |
Copyright © 1998–2019 Forschungszentrum Jülich GmbH,
Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming |