/[svn]/libgig/trunk/TODO
ViewVC logotype

Diff of /libgig/trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3370 by schoenebeck, Sat Nov 25 01:19:10 2017 UTC revision 4076 by schoenebeck, Fri Jan 26 15:59:01 2024 UTC
# Line 1  Line 1 
1  In General:  In General:
2    - introduce 'iterator' design pattern as a replacement for the simple but    - introduce 'iterator' design pattern as a replacement for the simple but
3      error-prone GetFirstFoo() / GetNextFoo() methods      error-prone GetFirstFoo() / GetNextFoo() methods (this issue at least has
4        been mitigated with libgig 4.4.0 by adding GetFoo(size_t index) or
5        GetFooAt(size_t index) methods)
6    
7  RIFF Part:  RIFF Part:
8    - replace Chunk::SetPos(), Chunk::GetPos(), Chunk::Read() and    - replace Chunk::SetPos(), Chunk::GetPos(), Chunk::Read() and

Legend:
Removed from v.3370  
changed lines
  Added in v.4076

  ViewVC Help
Powered by ViewVC