Langmuir
Simulation
|
#include <QTextStream>
#include <QDateTime>
#include <QObject>
#include <QDebug>
#include <limits>
#include <ostream>
Go to the source code of this file.
Classes | |
class | LangmuirCore::Variable |
A class to map between variable names (keys) and locations (references) More... | |
class | LangmuirCore::TypedVariable< T > |
A template class to map between variable names (keys) and locations (references) More... | |
Namespaces | |
LangmuirCore | |
Functions | |
QTextStream & | LangmuirCore::operator<< (QTextStream &stream, const QDateTime &datetime) |
output QDateTime as qint64 mSecsSinceEpoch More... | |
QTextStream & | LangmuirCore::operator<< (QTextStream &stream, const Variable &variable) |
overload operator to write keyValue() to a stream More... | |
QDebug | LangmuirCore::operator<< (QDebug dbg, const Variable &variable) |
overload operator to write keyValue() to a QDebug More... | |
std::ostream & | LangmuirCore::operator<< (std::ostream &stream, Variable &variable) |
Operator overload to output to output 'key = value' to std::ostream. More... | |