#include <gstorage.h>
Inheritance diagram for gReal:
Public Member Functions | |
gReal (float v) | |
gReal (unsigned v=0) | |
virtual | ~gReal () |
virtual int | GetInt () |
virtual int | MaximumStorageSize () |
virtual void | Reset () |
virtual bool | SetInt (int v) |
virtual gStorage * | NewObject () |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
virtual void | Show (bool doShowAll=true) |
Protected Attributes | |
double | c |
|
Definition at line 460 of file gstorage.h. Referenced by NewObject(). |
|
Definition at line 464 of file gstorage.h. |
|
Definition at line 468 of file gstorage.h. |
|
Definition at line 472 of file gstorage.h. |
|
Reimplemented from gStorage. Definition at line 476 of file gstorage.h. |
|
Implements gStorage. Definition at line 459 of file gstorage.cpp. |
|
Reimplemented from gStorage. Definition at line 453 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 478 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 472 of file gstorage.cpp. |
|
Definition at line 482 of file gstorage.h. |
|
Reimplemented from gStorage. Definition at line 488 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 465 of file gstorage.cpp. |
|
Definition at line 498 of file gstorage.h. Referenced by GetInt(), NewObject(), Reset(), RestoreGuts(), SaveGuts(), SetInt(), Show(), and ToString(). |