free-language / box2d

Automatically exported from code.google.com/p/box2d
0 stars 0 forks source link

Get*List should also have a const version #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think functions to get List of objects should also have a const versione.

For example I need a `const b2Body* b2World::GetBodyList() const;` function
to iterate (without modifying anything -- returned b2Body*'s are constant
anyway) over all of the bodies...

Original issue reported on code.google.com by peoro.n...@gmail.com on 20 Apr 2010 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 16 Aug 2010 at 5:14