![]() |
LibrePCB Developers Documentation
|
#include "ratio.h"
#include "../serialization/sexpression.h"
#include "../utils/toolbox.h"
#include <QtCore>
Namespaces | |
librepcb | |
Functions | |
template<> | |
SExpression | serialize (const Ratio &obj) |
template<> | |
SExpression | serialize (const UnsignedRatio &obj) |
template<> | |
SExpression | serialize (const UnsignedLimitedRatio &obj) |
template<> | |
Ratio | deserialize (const SExpression &node) |
template<> | |
UnsignedRatio | deserialize (const SExpression &node) |
template<> | |
UnsignedLimitedRatio | deserialize (const SExpression &node) |