pikotools/src/textstream
Tomasz Sowa 8b0ed5e750 added to TextStream:
TextStreamBase & operator<<(unsigned char);
  TextStreamBase & operator<<(bool);
  TextStreamBase & operator<<(short);
  TextStreamBase & operator<<(unsigned short);
  TextStreamBase & operator<<(float);
  TextStreamBase & operator<<(long double);
2021-06-15 19:54:50 +02:00
..
textstream.h added to TextStream: 2021-06-15 19:54:50 +02:00
types.h namespace PT renamed to pt 2021-05-20 16:11:12 +02:00