#include <coconut_config.h>
#include <writer_utils.h>
#include <sstream>
#include <algorithm>
#include <api_exception.h>
#include <infinity.h>
Go to the source code of this file.
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Functions | |
std::string | coco::i2a (int x) |
converter int -> string | |
std::string | coco::datetime (const struct tm *timeptr) |
local time as C++ string | |
std::string | coco::localdatetime () |
converter date & time into std::string | |
std::string | coco::e2D (double d) |
Fortran real as C++ string. |
Definition in file writer_utils.cc.