LibrePCB Developers Documentation
|
#include "attributetype.h"
#include "../exceptions.h"
#include "../serialization/sexpression.h"
#include "attributeunit.h"
#include "attrtypecapacitance.h"
#include "attrtypecurrent.h"
#include "attrtypefrequency.h"
#include "attrtypeinductance.h"
#include "attrtypepower.h"
#include "attrtyperesistance.h"
#include "attrtypestring.h"
#include "attrtypevoltage.h"
#include <QtCore>
Namespaces | |
namespace | librepcb |
Functions | |
template<> | |
std::unique_ptr< SExpression > | serialize (const AttributeType &obj) |
template<> | |
const AttributeType & | deserialize (const SExpression &node) |