#include <gstorage.h>
Inheritance diagram for gUChar:
Public Member Functions | |
gUChar (t_uchar v='\0') | |
virtual | ~gUChar () |
virtual t_uchar | GetUChar () |
virtual int | MaximumStorageSize () |
virtual void | Reset () |
virtual bool | SetUChar (t_uchar v) |
virtual gStorage * | NewObject () |
virtual t_uchar * | ToString (t_uchar *uBuf) |
virtual bool | SaveGuts (FILE *f) |
virtual bool | RestoreGuts (FILE *f) |
Protected Attributes | |
t_uchar | c |
|
Definition at line 289 of file gstorage.h. Referenced by NewObject(). |
|
Definition at line 293 of file gstorage.h. |
|
Definition at line 297 of file gstorage.h. |
|
Reimplemented from gStorage. Definition at line 301 of file gstorage.h. |
|
Implements gStorage. Definition at line 356 of file gstorage.cpp. |
|
Reimplemented from gStorage. Definition at line 350 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 375 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 369 of file gstorage.cpp. |
|
Definition at line 307 of file gstorage.h. |
|
Implements gStorage. Definition at line 362 of file gstorage.cpp. |
|
Definition at line 320 of file gstorage.h. Referenced by GetUChar(), gSwitch::IsOn(), NewObject(), Reset(), RestoreGuts(), SaveGuts(), gSwitch::SetOn(), SetUChar(), and ToString(). |