![]() |
LibrePCB Developers Documentation
|
Include dependency graph for attribute.h:
This graph shows which files directly or indirectly include this file: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. | |
|
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.
Here is the call graph for this function: