PDFxTMDLib  1.0.0
Classes | Namespaces | Typedefs | Enumerations
KeyValueStore.h File Reference
#include <map>
#include <optional>
#include <string>
#include <variant>
Include dependency graph for KeyValueStore.h:

Go to the source code of this file.

Classes

class  PDFxTMD::KeyValueStore
 

Namespaces

 PDFxTMD
 

Typedefs

using PDFxTMD::StandardType = std::variant< int, float, std::string >
 
using PDFxTMD::StandardTypeMap = std::map< std::string, StandardType >
 

Enumerations

enum class  PDFxTMD::Types { PDFxTMD::Int , PDFxTMD::Float , PDFxTMD::String }