Standalone templates related to the record classes. More...
#include "dll.h"#include <iosfwd>#include <iostream>#include <sstream>

Go to the source code of this file.
Classes | |
| class | Barry::FieldSorter< RecordT > |
| FieldSorter<> is a helper class for NamedFieldCmp<>, used as the callback for FieldHandle<>::Member(). More... | |
| class | Barry::NamedFieldCmp< RecordT > |
| A comparison functor, intended to be used in std::sort(), which allows sorting by a particular record's member variable, selected by string name. More... | |
| class | Barry::DBNamedFieldCmp |
| This class is a wrapper around the NamedFieldCmp<>, allowing you to sort a vector (or other container) of DBData objects. More... | |
Namespaces | |
| namespace | Barry |
Project namespace, containing all related functions and classes. | |
Standalone templates related to the record classes.
Split into a separate file to speed compile times.
Definition in file recordtmpl.h.
1.7.1