#include "gstring.h"
#include "gcontrol.h"
Go to the source code of this file.
Defines | |
#define | GDEF_DIM 100 |
#define | GARRAY_LOGF stderr |
#define | GARRAY_ANY_LOG(level, y) |
|
Value: { \ /* fprintf(GARRAY_LOGF,":::%s:%u:%s\n",__FILE__,__LINE__,y); */ ; \ if ( level!=LOG_NONE ) gStorageControl::Self().Log( GARRAY_LOGF, level, "%s:%u:%s\n", __FILE__, __LINE__, y ); \ } Definition at line 10 of file garray.h. Referenced by gArray::AddColumn(), gArray::AddRow(), gArray::JoinArrayDown(), gArray::JoinArrayRight(), gArray::operator *(), gVector::operator *(), gArray::operator+(), gVector::operator+(), gArray::operator-(), gVector::operator-(), and gArray::operator[](). |
|
|
|
|