A fuzzy logic C++ library
Public Member Functions | Private Attributes
slifis::VALUE_STRING Class Reference

String value, used in class DATA_POINT. More...

#include <data_point.hpp>

+ Inheritance diagram for slifis::VALUE_STRING:
+ Collaboration diagram for slifis::VALUE_STRING:

List of all members.

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

Detailed Description

String value, used in class DATA_POINT.


Constructor & Destructor Documentation

slifis::VALUE_STRING::VALUE_STRING ( const std::string &  v) [inline]

Member Function Documentation

Implements slifis::VALUE.

References slifis::DT_STRING.

std::string slifis::VALUE_STRING::GetString ( ) const [inline, virtual]

Reimplemented from slifis::VALUE.

References _val.


Member Data Documentation

std::string slifis::VALUE_STRING::_val [private]

Referenced by GetString().