#include <gstringext.h>
Inheritance diagram for gDateDay:
Public Member Functions | |
gDateDay (t_uint32 aDd=0) | |
virtual | ~gDateDay () |
virtual bool | IsValid () |
virtual t_uint32 | GetValue32 () |
t_uint16 | GetYear () |
t_uint16 | GetMonth () |
t_uint16 | GetDay () |
virtual int | MinimumStorageSize () |
bool | SetDay (t_uint32 aDd) |
virtual gStorage * | NewObject () |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
Protected Attributes | |
t_uint32 | dd |
|
Definition at line 265 of file gstringext.cpp. Referenced by NewObject(). |
|
Definition at line 270 of file gstringext.cpp. |
|
Definition at line 284 of file gstringext.cpp. |
|
Definition at line 279 of file gstringext.cpp. |
|
Definition at line 39 of file gstringext.h. Referenced by sUnCodeBin::SaveToStream(). |
|
Definition at line 274 of file gstringext.cpp. |
|
Definition at line 36 of file gstringext.h. Referenced by SetDay(). |
|
Reimplemented from gStorage. Definition at line 46 of file gstringext.h. |
|
Reimplemented from gUInt. Definition at line 295 of file gstringext.cpp. |
|
Reimplemented from gUInt. Definition at line 308 of file gstringext.cpp. |
|
Reimplemented from gUInt. Definition at line 301 of file gstringext.cpp. |
|
Definition at line 289 of file gstringext.cpp. Referenced by sUnCodeBin::ReadFromStream(), and sTcbBin::ReadFromStream(). |
|
Definition at line 59 of file gstringext.h. Referenced by GetDay(), GetMonth(), GetValue32(), GetYear(), IsValid(), NewObject(), RestoreGuts(), SaveGuts(), and SetDay(). |