Re: Change in API for C++ FieldTable

2008-10-16 Thread Alan Conway
On Thu, 2008-10-16 at 11:20 -0400, Andrew Stitcher wrote: > On Tue, 2008-10-14 at 10:11 -0400, Alan Conway wrote: > > ... > > > I'd like to see a set of template get() functions to make the > > FT more accessible to templated code. That could be in addition to the > > plain functions for template

Re: Change in API for C++ FieldTable

2008-10-16 Thread Andrew Stitcher
On Tue, 2008-10-14 at 10:11 -0400, Alan Conway wrote: > ... > I'd like to see a set of template get() functions to make the > FT more accessible to templated code. That could be in addition to the > plain functions for template-shy compilers/developers. It could be done > in a separate FieldTable

Re: Change in API for C++ FieldTable

2008-10-14 Thread Alan Conway
On Mon, 2008-10-13 at 17:30 -0400, Andrew Stitcher wrote: > This is a classic commit and run! [I'm off for the next couple of days]. > > I've made a change to the FieldTable API to change the inconsistent > getString() and getInt() functions to getAsString()/getAsInt() to better > indicate what th

Change in API for C++ FieldTable

2008-10-13 Thread Andrew Stitcher
This is a classic commit and run! [I'm off for the next couple of days]. I've made a change to the FieldTable API to change the inconsistent getString() and getInt() functions to getAsString()/getAsInt() to better indicate what they actually do (after a suggestion from Gordon). The need a differen