#include <gstorage.h>
Inheritance diagram for gInt:
Public Member Functions | |
gInt (int v=0) | |
virtual | ~gInt () |
virtual int | GetInt () |
int | GetMinInt () |
int | GetMaxInt () |
virtual void | Reset () |
virtual bool | SetInt (int v) |
virtual int | Incr (int v=1) |
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 | |
int | c |
|
Definition at line 351 of file gstorage.h. Referenced by NewObject(). |
|
Definition at line 355 of file gstorage.h. |
|
Definition at line 359 of file gstorage.h. Referenced by gListInt::Append(), gDegreeFh::Convert(), gDegreeCelsius::Convert(), gKey::Copy(), gKey::GetString(), gIntDegree::gIntDegree(), gKey::HashPos(), gKey::MatchKey(), gIntDegree::operator=(), and gKey::ToString(). |
|
Definition at line 371 of file gstorage.h. Referenced by gVector::Sort(). |
|
Definition at line 363 of file gstorage.h. Referenced by gVector::Sort(). |
|
Definition at line 386 of file gstorage.h. |
|
Implements gStorage. Reimplemented in gKey, and gIntCoord. Definition at line 387 of file gstorage.cpp. |
|
Reimplemented from gStorage. Reimplemented in gTagTree, gVector, gArray, gKey, gRandom, gIntCoord, and gTagCoord. Definition at line 381 of file gstorage.cpp. Referenced by gKey::Reset(). |
|
Implements gStorage. Definition at line 406 of file gstorage.cpp. |
|
Implements gStorage. Definition at line 400 of file gstorage.cpp. |
|
Definition at line 381 of file gstorage.h. Referenced by gIntDegree::gIntDegree(), gRandom::gRandom(), gIntDegree::operator=(), gRandom::Reset(), gKey::Set(), and gIntCoord::SetX(). |
|
Reimplemented from gStorage. Reimplemented in gKey, and gIntCoord. Definition at line 412 of file gstorage.cpp. |
|
Implements gStorage. Reimplemented in gKey, and gIntCoord. Definition at line 393 of file gstorage.cpp. |
|
Definition at line 402 of file gstorage.h. Referenced by gSocket::Close(), GetInt(), gTagCoord::GetTagId(), gIntCoord::GetX(), gSocket::Handle(), Incr(), gTagCoord::IsOk(), gSocket::IsOpened(), gIntCoord::NewObject(), NewObject(), gSocket::Open(), gIntCoord::operator=(), gIntCoord::Reset(), Reset(), RestoreGuts(), SaveGuts(), SetInt(), gIntCoord::Show(), Show(), gIntCoord::ToString(), and ToString(). |