|
template<> |
std::unique_ptr< SExpression > | serialize (const Length &obj) |
|
template<> |
std::unique_ptr< SExpression > | serialize (const UnsignedLength &obj) |
|
template<> |
std::unique_ptr< SExpression > | serialize (const PositiveLength &obj) |
|
template<> |
Length | deserialize (const SExpression &node) |
|
template<> |
UnsignedLength | deserialize (const SExpression &node) |
|
template<> |
PositiveLength | deserialize (const SExpression &node) |
|
template<> |
Point3D | deserialize (const SExpression &node) |
|
QDebug | operator<< (QDebug stream, const Point3D &obj) |
|