LibrePCB Developers Documentation
serializablekeyvaluemap.h File Reference
#include "../exceptions.h"
#include "../types/elementname.h"
#include "../utils/signalslot.h"
#include "sexpression.h"
#include <QtCore>
#include <optional.hpp>
+ Include dependency graph for serializablekeyvaluemap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerializableKeyValueMap< T >
 The SerializableKeyValueMap class provides an easy way to serialize and deserialize ordered key value pairs. More...
 
struct  LocalizedNameMapPolicy
 
struct  LocalizedDescriptionMapPolicy
 
struct  LocalizedKeywordsMapPolicy
 

Namespaces

 librepcb
 

Typedefs

using LocalizedNameMap = SerializableKeyValueMap< LocalizedNameMapPolicy >
 
using LocalizedDescriptionMap = SerializableKeyValueMap< LocalizedDescriptionMapPolicy >
 
using LocalizedKeywordsMap = SerializableKeyValueMap< LocalizedKeywordsMapPolicy >