![]() |
A fuzzy logic C++ library
|
Implementation of class SLIFIS. More...
#include "slifis.hpp"#include <numeric>#include <algorithm>#include "global_functions.hpp"#include "data_set.hpp"#include "error_handler.hpp"#include <Eigen/Dense>#include "private.hpp"
Include dependency graph for slifis.cpp:Namespaces | |
| namespace | slifis |
This namespace includes all root classes, functions, and datatypes of the library. | |
Defines | |
| #define | READ_ENUM_VAL(a, b) |
| A local macro, maybe move it to private.hpp some day... | |
Functions | |
| std::string | slifis::g_current_bin_file_format ("bin_1.2") |
| a global string used to define the current binary file format. | |
| std::string | slifis::g_current_xml_file_format ("xml_1.2") |
| a global string used to define the current xml file format. | |
Implementation of class SLIFIS.
| #define READ_ENUM_VAL | ( | a, | |
| b | |||
| ) |
f.read( (char*)&Temp, sizeof(Temp) ); \ STREAM_OK_TEST( f ); \ b = static_cast<a>(Temp);
A local macro, maybe move it to private.hpp some day...
Referenced by slifis::INF_PARAMS::P_Read_bin().
1.7.6.1