|
Go to the documentation of this file.
23 #ifndef FAUDES_ELEMENTARY_H
24 #define FAUDES_ELEMENTARY_H
296 void CValue(std::string val);
304 std::string CValue( void) const;
333 operator std::string() const { return CValue();};
485 operator bool() const { return CValue();};
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|