ARX

Commit r266

Avatar

Repository http://arx.googlecode.com/svn/libarxx/trunk/ /libarxx/trunk
by Hagen Möbius (Using name ‘hagen.moebius’) on 2007-04-04 12:15 (over 3 years ago)

Fixed the "copy constructing a bufferwriter without the original" test case. (Added a delete and use of initialization instead of assignment.)
Added a test case using a copy constructed BufferReader after the original has been destroyed.
Added an input operator for reading Arxx::u1byte values from a BufferReader.
Added an output operator for writing Arxx::u6byte Values to a BufferWriter.
Added a test case writing and reading a Arxx:u1byte value.
Added a test case writing and reading a Arxx:u8byte value.

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  C++ 88 10 20 4 20 0

Files Changed

[6 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
/Include/BufferReader.h
  C++ 2 1 12 4 1 0
/Include/BufferWriter.h
  C++ 1 0 8 0 1 0
/Source/BufferReader.cxx
  C++ 7 2 0 0 2 0
/Source/BufferWriter.cxx
  C++ 5 0 0 0 2 0
/Test/Test1.cxx
  C++ 73 7 0 0 14 0
/TODO