LibrePCB Developers Documentation
attributetype.cpp File Reference
#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>
+ Include dependency graph for attributetype.cpp:

Namespaces

namespace  librepcb
 

Functions

template<>
std::unique_ptr< SExpression > serialize (const AttributeType &obj)
 
template<>
const AttributeType & deserialize (const SExpression &node)