[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
CVS update: pooma
- To: pooma-cvs@xxxxxxxxxxxxxxxxxxxxxx
- Subject: CVS update: pooma
- From: pooma@xxxxxxxxxxxxxxxxxxxxxxx
- Date: 20 Apr 2001 21:16:23 -0000
Date: Friday April 20, 2001 @ 15:16
Author: pooma
Update of /home/pooma/Repository/r2/src/Array
In directory merlin.codesourcery.com:/tmp/cvs-serv4610
Modified Files:
Array.h
Log Message:
Added a size() member function to the Array interface,
which forwards the request to the Engine's Domain and
returns a long. This function is more convenient for
DynamicArrays, which are inherently 1D Arrays, than
saying length(0).
|