SAGA API Version 9.13
Loading...
Searching...
No Matches
CSG_Table_Value_Date Class Reference

#include <table_value.h>

Inheritance diagram for CSG_Table_Value_Date:
CSG_Table_Value

Public Member Functions

 CSG_Table_Value_Date (void)
virtual ~CSG_Table_Value_Date (void)
virtual const TSG_Table_Value_Type Get_Type (void) const
virtual sLong asLong (void) const
virtual uLong asULong (void) const
virtual double asDouble (void) const
virtual const SG_CharasString (int Decimals=-99) const
virtual bool Set_Value (const sLong &Value)
virtual bool Set_Value (const uLong &Value)
virtual bool Set_Value (const double &Value)
virtual bool Set_Value (const SG_Char *Value)
virtual bool Set_Value (const CSG_Table_Value &Value)
virtual bool is_Equal (const CSG_Table_Value &Value) const
Public Member Functions inherited from CSG_Table_Value
 CSG_Table_Value (void)
virtual ~CSG_Table_Value (void)
virtual CSG_Bytes asBinary (void) const
virtual bool Set_Value (const CSG_Bytes &Value)
virtual operator const SG_Char * (void) const
virtual operator double (void) const
virtual bool operator== (const CSG_Table_Value &Value) const
CSG_Table_Valueoperator= (double Value)
CSG_Table_Valueoperator= (const SG_Char *Value)
CSG_Table_Valueoperator= (const CSG_Table_Value &Value)

Detailed Description

Definition at line 182 of file table_value.h.

Constructor & Destructor Documentation

◆ CSG_Table_Value_Date()

CSG_Table_Value_Date::CSG_Table_Value_Date ( void )
inline

Definition at line 185 of file table_value.h.

Referenced by Set_Value().

◆ ~CSG_Table_Value_Date()

virtual CSG_Table_Value_Date::~CSG_Table_Value_Date ( void )
inlinevirtual

Definition at line 186 of file table_value.h.

Member Function Documentation

◆ asDouble()

virtual double CSG_Table_Value_Date::asDouble ( void ) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 192 of file table_value.h.

◆ asLong()

virtual sLong CSG_Table_Value_Date::asLong ( void ) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 190 of file table_value.h.

◆ asString()

virtual const SG_Char * CSG_Table_Value_Date::asString ( int Decimals = -99) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 193 of file table_value.h.

References SG_Char.

◆ asULong()

virtual uLong CSG_Table_Value_Date::asULong ( void ) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 191 of file table_value.h.

◆ Get_Type()

virtual const TSG_Table_Value_Type CSG_Table_Value_Date::Get_Type ( void ) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 188 of file table_value.h.

References SG_TABLE_VALUE_TYPE_Date.

◆ is_Equal()

virtual bool CSG_Table_Value_Date::is_Equal ( const CSG_Table_Value & Value) const
inlinevirtual

Implements CSG_Table_Value.

Definition at line 219 of file table_value.h.

References CSG_Table_Value::asDouble(), and CSG_Table_Value::CSG_Table_Value().

◆ Set_Value() [1/5]

◆ Set_Value() [2/5]

virtual bool CSG_Table_Value_Date::Set_Value ( const double & Value)
inlinevirtual

Implements CSG_Table_Value.

Definition at line 197 of file table_value.h.

References SG_JulianDayNumber_To_Date().

◆ Set_Value() [3/5]

virtual bool CSG_Table_Value_Date::Set_Value ( const SG_Char * Value)
inlinevirtual

Implements CSG_Table_Value.

Definition at line 198 of file table_value.h.

References Set_Value(), SG_Char, and SG_Date_To_JulianDayNumber().

Referenced by Set_Value().

◆ Set_Value() [4/5]

virtual bool CSG_Table_Value_Date::Set_Value ( const sLong & Value)
inlinevirtual

Implements CSG_Table_Value.

Definition at line 195 of file table_value.h.

References Set_Value().

Referenced by Set_Value(), and Set_Value().

◆ Set_Value() [5/5]

virtual bool CSG_Table_Value_Date::Set_Value ( const uLong & Value)
inlinevirtual

Implements CSG_Table_Value.

Definition at line 196 of file table_value.h.

References Set_Value().

Referenced by Set_Value().


The documentation for this class was generated from the following file: