SAGA API
v9.6
|
#include <table_value.h>
Public Member Functions | |
CSG_Table_Value_Date (void) | |
virtual | ~CSG_Table_Value_Date (void) |
virtual TSG_Table_Value_Type | Get_Type (void) const |
virtual bool | Set_Value (const CSG_Bytes &Value) |
virtual bool | Set_Value (const SG_Char *Value) |
virtual bool | Set_Value (int Value) |
virtual bool | Set_Value (sLong Value) |
virtual bool | Set_Value (double Value) |
virtual const SG_Char * | asString (int Decimals=-99) const |
virtual int | asInt (void) const |
virtual sLong | asLong (void) const |
virtual double | asDouble (void) const |
virtual bool | is_Equal (const CSG_Table_Value &Value) const |
virtual CSG_Table_Value & | operator= (const CSG_Table_Value &Value) |
Public Member Functions inherited from CSG_Table_Value | |
CSG_Table_Value (void) | |
virtual | ~CSG_Table_Value (void) |
virtual CSG_Bytes | asBinary (void) const |
bool | operator== (const CSG_Table_Value &Value) const |
operator const SG_Char * (void) const | |
operator double (void) const | |
virtual CSG_Table_Value & | operator= (const SG_Char *Value) |
virtual CSG_Table_Value & | operator= (double Value) |
Definition at line 298 of file table_value.h.
|
inline |
Definition at line 301 of file table_value.h.
|
inlinevirtual |
Definition at line 302 of file table_value.h.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 344 of file table_value.h.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 342 of file table_value.h.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 343 of file table_value.h.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 341 of file table_value.h.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 304 of file table_value.h.
References SG_TABLE_VALUE_TYPE_Date.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 347 of file table_value.h.
References CSG_Table_Value::asDouble().
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 353 of file table_value.h.
References CSG_Table_Value::asDouble(), CSG_Table_Value::asString(), CSG_Table_Value::Get_Type(), Set_Value(), SG_TABLE_VALUE_TYPE_Binary, and SG_TABLE_VALUE_TYPE_String.
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 307 of file table_value.h.
References CSG_Bytes::Get_Bytes(), and SG_Char.
Referenced by operator=(), and Set_Value().
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 312 of file table_value.h.
References Set_Value(), and SG_Date_To_JulianDayNumber().
|
inlinevirtual |
Implements CSG_Table_Value.
Definition at line 327 of file table_value.h.
References SG_JulianDayNumber_To_Date().
|
inlinevirtual |
|
inlinevirtual |