|
openGPMP
Open Source Mathematics Package
|
#include <algorithm>#include <fstream>#include <iomanip>#include <iostream>#include <map>#include <numeric>#include <openGPMP/core/datatable_wip.hpp>#include <openGPMP/core/utils.hpp>#include <regex>#include <sstream>#include <string>#include <typeinfo>#include <unordered_map>#include <variant>#include <vector>Go to the source code of this file.
Functions | |
| bool | is_int (const std::string &str) |
| bool | is_double (const std::string &str) |
| std::string | dt_to_str (gpmp::core::DataType type) |
Variables | |
| static gpmp::core::Logger | _log_ |
| std::string dt_to_str | ( | gpmp::core::DataType | type | ) |
Definition at line 163 of file datatable1.cpp.
References gpmp::core::dt_int64, gpmp::core::dt_ldouble, and gpmp::core::dt_str.
Referenced by gpmp::core::DataTable::native_type().
| bool is_double | ( | const std::string & | str | ) |
Definition at line 130 of file datatable1.cpp.
Referenced by gpmp::core::DataTable::inferType().
| bool is_int | ( | const std::string & | str | ) |
|
static |
Logger class object
Definition at line 49 of file datatable1.cpp.
Referenced by gpmp::core::DataTable::inferType(), and gpmp::core::DataTable::native_type().