Enhancements - Complete Record parsing

- Enhanced Record unit tests
- Fixed broken Att unit tests
- Fixed broken Att
This commit is contained in:
Paul Beckingham 2009-06-01 01:25:07 -04:00
parent 75c220c352
commit a98951a8c3
5 changed files with 54 additions and 77 deletions

View file

@ -36,9 +36,7 @@ class Record : public std::map <std::string, Att>
{
public:
Record (); // Default constructor
Record (const Record&); // Copy constructor
Record (const std::string&); // Copy constructor
Record& operator= (const Record&); // Assignment operator
virtual ~Record (); // Destructor
std::string composeF4 ();