InfiniTAM icon indicating copy to clipboard operation
InfiniTAM copied to clipboard

OStreamWrapper and IStreamWrapper need to have << and >> defined for basic types.

Open Algomorph opened this issue 4 years ago • 0 comments

  1. OStreamWrapper and IStreamWrapper need to have << and >> operators defined for basic and primitive types, such as int, float, double, string, etc.
  2. They should probably also be renamed to something more generic yet descriptive, e.g. BinaryOstream and BinaryIstream or DataOstream and DataIstream or the like. Think about this. Note that compression is possible but optional.

Algomorph avatar Jan 03 '21 15:01 Algomorph