TLELib
C++ library for very easy operating with TLE data sets and files.
...It allows to parse the data from 2 or 3 lines and to output the data into strings in according to the TLE format.
tlelib::Stream - stream, allowing to read the TLE data from some object of iostream type, and to write the data in TLE format into such object.