#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
struct | serialbox::FieldID |
Uniquely identifiy a field. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
Functions | |
bool | serialbox::operator== (const FieldID &left, const FieldID &right) |
Check for equality of FieldIDs. | |
bool | serialbox::operator!= (const FieldID &left, const FieldID &right) |
Check for inequality of FieldIDs. | |
std::ostream & | serialbox::operator<< (std::ostream &stream, const FieldID &f) |
Convert FieldID to stream. | |
This file defines the FielID to uniquely identifiy a field.
Definition in file FieldID.h.