2006-10-20Doc improvements.
alpar [Fri, 20 Oct 2006 12:06:49 +0000] rev 2257
Doc improvements.

2006-10-20Graph imlementations actually provide ReferenceMaps.
alpar [Fri, 20 Oct 2006 12:05:54 +0000] rev 2256
Graph imlementations actually provide ReferenceMaps.

2006-10-18It have not been saved
deba [Wed, 18 Oct 2006 15:18:27 +0000] rev 2255
It have not been saved

2006-10-18Some improvements on item readers and writers
deba [Wed, 18 Oct 2006 15:05:12 +0000] rev 2254
Some improvements on item readers and writers

2006-10-17Remove superfluous #ifndef boundaries
alpar [Tue, 17 Oct 2006 11:05:23 +0000] rev 2253
Remove superfluous #ifndef boundaries

2006-10-17A trial to make the last test platform independent.
alpar [Tue, 17 Oct 2006 11:02:30 +0000] rev 2252
A trial to make the last test platform independent.

2006-10-17Documentation for UndirGraphAdaptor
deba [Tue, 17 Oct 2006 11:02:05 +0000] rev 2251
Documentation for UndirGraphAdaptor

2006-10-17Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:35 +0000] rev 2250
Compilation warning resolved.

2006-10-17Compilation warning resolved.
alpar [Tue, 17 Oct 2006 11:01:19 +0000] rev 2249
Compilation warning resolved.

2006-10-17SimpleMap and SimpleWriteMap
deba [Tue, 17 Oct 2006 11:01:16 +0000] rev 2248
SimpleMap and SimpleWriteMap
- Trivial adaptors, but they are useful in some case

Some combined maps will be reference map if the first
template parameter map is reference map or not. If I want
to give a refernce map as first map but there is a non
reference map parameter then I should wrap my first map
to a regular read-write map.