Go to the source code of this file.
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 a unique identification of a savepoint within a field.
Definition in file FieldID.cpp.