|
PDFxTMDLib
1.0.0
|
#include <map>#include <optional>#include <string>#include <variant>
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 } |