]> git.mxchange.org Git - simgear.git/commit
James Turner:
authorcurt <curt>
Sat, 15 Feb 2003 18:43:59 +0000 (18:43 +0000)
committercurt <curt>
Sat, 15 Feb 2003 18:43:59 +0000 (18:43 +0000)
commita26c677df4c997a700a2e50842f927849c05e4fe
tree893986af5af1a3b6e2301b0ef790c412815912c0
parent5d10dda5a1200ec5fe800fda1c6007f52a78cf96
James Turner:

- added a new class in simgear/misc, SGTabbedValues, which parses a
  null-terminated string of data separated by tabs into fields, and
  supports safe conversion into various other datatypes.
simgear/misc/Makefile.am
simgear/misc/tabbed_values.cxx [new file with mode: 0644]
simgear/misc/tabbed_values.hxx [new file with mode: 0644]
simgear/misc/tabbed_values_test.cxx [new file with mode: 0644]