A fuzzy logic C++ library
|
String value, used in class DATA_POINT. More...
#include <data_point.hpp>
Public Member Functions | |
VALUE_STRING () | |
VALUE_STRING (const std::string &v) | |
EN_DATA_FIELD_TYPE | GetType () const |
std::string | GetString () const |
Private Attributes | |
std::string | _val |
String value, used in class DATA_POINT.
slifis::VALUE_STRING::VALUE_STRING | ( | ) | [inline] |
slifis::VALUE_STRING::VALUE_STRING | ( | const std::string & | v | ) | [inline] |
EN_DATA_FIELD_TYPE slifis::VALUE_STRING::GetType | ( | ) | const [inline, virtual] |
Implements slifis::VALUE.
References slifis::DT_STRING.
std::string slifis::VALUE_STRING::GetString | ( | ) | const [inline, virtual] |
Reimplemented from slifis::VALUE.
References _val.
std::string slifis::VALUE_STRING::_val [private] |
Referenced by GetString().