azraelly / ticpp

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

Return the value rather than passing through a pointer paramater #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Writing `node->GetValue(&val)` is less intuitive than writing `val =
node->GetValue()`. It would not be at all difficult to add an overload of
GetValue in both the Base and Attribute classes which provides this
functionality. Could this be done, please?

Original issue reported on code.google.com by celtic.m...@gmail.com on 18 Jun 2009 at 9:41