9 #ifndef anna_dbms_Float_hpp 10 #define anna_dbms_Float_hpp 42 Float(
const Float& other) :
Data(other), a_value(other.a_value), a_format(other.a_format) {
74 a_value = other.a_value;
106 const char* a_format;
108 void do_clear() { a_value = 0.0; }
std::string asString() const
void setBuffer(void *buffer)
Definition: Data.hpp:131
const char * getFormat() const
Definition: Float.hpp:64
Float & operator=(const Float &other) noexcept(false)
Definition: Float.hpp:71
float getValue() const
Definition: Float.hpp:58
Float(const Float &other)
Definition: Float.hpp:42
void setNull(const bool isNull)
Definition: Data.hpp:76
bool isNulleable() const
Definition: Data.hpp:68
Float(const bool isNulleable=false, const char *format="%f")
Definition: Float.hpp:31