--- parser3/src/include/pa_array.h 2009/04/21 09:23:21 1.75 +++ parser3/src/include/pa_array.h 2009/04/29 03:26:38 1.76 @@ -8,7 +8,7 @@ #ifndef PA_ARRAY_H #define PA_ARRAY_H -static const char * const IDENT_ARRAY_Y="$Date: 2009/04/21 09:23:21 $"; +static const char * const IDENT_ARRAY_Y="$Date: 2009/04/29 03:26:38 $"; // includes @@ -195,6 +195,10 @@ public: return T(0); } + inline T* ptr(size_t index){ + return felements + index; + } + protected: bool is_full() {