LibrePCB Developers Documentation
|
Go to the source code of this file.
Classes | |
class | Attribute |
The Attribute class. More... | |
struct | AttributeListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | AttributeList = SerializableObjectList< Attribute, AttributeListNameProvider, Attribute::Event > |
Functions | |
librepcb::AttributeList | operator| (const librepcb::AttributeList &lhs, const librepcb::AttributeList &rhs) noexcept |
Extend an librepcb::AttributeList with additional attributes. More... | |
|
inlinenoexcept |
Extend an librepcb::AttributeList with additional attributes.
lhs | Base attribute list, will be kept as-is. |
rhs | Additional attributes to append. Keys already contained in lhs will be omitted. |
lhs
with attributes from rhs
appended.