|
openGPMP
Open Source Mathematics Package
|
#include <iostream>#include <string>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | gpmp::core::DataTable |
Namespaces | |
| gpmp | |
| The source C++ openGPMP namespace. | |
| gpmp::core | |
Macros | |
| #define | MAX_ROWS 30 |
| #define | SHOW_ROWS 15 |
Typedefs | |
| typedef std::pair< std::vector< std::string >, std::vector< std::vector< std::variant< int64_t, long double, std::string > > > > | gpmp::core::TableType |
| typedef std::vector< std::vector< std::variant< int64_t, long double, std::string > > > | gpmp::core::MixedType |
Enumerations | |
| enum class | gpmp::core::DataType { gpmp::core::Unknown , gpmp::core::String , gpmp::core::Integer , gpmp::core::Double , gpmp::core::dt_uint8 , gpmp::core::dt_int8 , gpmp::core::dt_uint16 , gpmp::core::dt_int16 , gpmp::core::dt_uint32 , gpmp::core::dt_int32 , gpmp::core::dt_uint64 , gpmp::core::dt_int64 , gpmp::core::dt_double , gpmp::core::dt_ldouble , gpmp::core::dt_str } |
| enum for representing different data types More... | |
| #define MAX_ROWS 30 |
Definition at line 41 of file datatable_wip.hpp.
| #define SHOW_ROWS 15 |
Definition at line 42 of file datatable_wip.hpp.