#include <garray.h>
Inheritance diagram for gVector:
Public Member Functions | |
gVector (unsigned nMax=0) | |
gVector (gVector ©) | |
virtual | ~gVector () |
virtual unsigned | N () |
virtual int | GetNumInt (unsigned iter) |
virtual bool | IsOk () |
virtual char * | Str () |
virtual char * | StrFormat (char *fmtOptions, char *fmtString) |
virtual void | Reset () |
virtual void | Release () |
virtual void | Resize (unsigned nMax) |
void | Zero () |
void | Set (int iVal) |
gVector & | Sort (bool isAscending=true) |
virtual gVector & | operator= (gVector ©) |
virtual gVector & | operator+ (gVector ©) |
virtual gVector & | operator- (gVector ©) |
virtual gVector & | operator * (gVector ©) |
virtual int & | operator[] (unsigned idx) |
virtual bool | operator== (gVector ©) |
virtual bool | operator!= (gVector ©) |
Public Attributes | |
gString | sVector |
Protected Attributes | |
unsigned | n |
int * | v |
|
Definition at line 13 of file garray.cpp. Referenced by operator *(), operator+(), and operator-(). |
|
Definition at line 23 of file garray.cpp. |
|
Definition at line 33 of file garray.cpp. |
|
Definition at line 29 of file garray.h. Referenced by gVector(), operator=(), and operator==(). |
|
Reimplemented from gStorage. Definition at line 33 of file garray.h. Referenced by GetNumInt(). |
|
Definition at line 25 of file garray.h. Referenced by gArray::AddColumn(), and operator==(). |
|
Definition at line 167 of file garray.cpp. |
|
Definition at line 205 of file garray.cpp. |
|
Definition at line 135 of file garray.cpp. |
|
Definition at line 151 of file garray.cpp. |
|
Definition at line 123 of file garray.cpp. |
|
Definition at line 195 of file garray.cpp. |
|
Definition at line 188 of file garray.cpp. |
|
Definition at line 65 of file garray.cpp. Referenced by operator=(), Resize(), and ~gVector(). |
|
Reimplemented from gInt. |
|
Definition at line 71 of file garray.cpp. Referenced by gArray::thisNewDim(). |
|
Definition at line 85 of file garray.cpp. Referenced by gArray::Set(), Sort(), and Zero(). |
|
Definition at line 91 of file garray.cpp. |
|
Reimplemented from gStorage. Definition at line 38 of file garray.cpp. |
|
Definition at line 44 of file garray.cpp. Referenced by Str(). |
|
|
|
Definition at line 67 of file garray.h. Referenced by GetNumInt(), gVector(), N(), operator *(), operator+(), operator-(), operator=(), operator==(), operator[](), Resize(), Set(), Sort(), and StrFormat(). |
|
Definition at line 22 of file garray.h. Referenced by StrFormat(). |
|
Definition at line 68 of file garray.h. Referenced by GetNumInt(), gVector(), IsOk(), operator *(), operator+(), operator-(), operator=(), operator==(), operator[](), Release(), Resize(), Set(), Sort(), and StrFormat(). |