![]() |
Qt 6.x
The Qt SDK
|
#include "qasn1element_p.h"
#include <QtCore/qdatastream.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qlist.h>
#include <QDebug>
#include <private/qtools_p.h>
#include <limits>
Go to the source code of this file.
Typedefs | |
typedef QMap< QByteArray, QByteArray > | OidNameMap |
Functions | |
static OidNameMap | createOidMap () |
Q_GLOBAL_STATIC_WITH_ARGS (OidNameMap, oidNameMap,(createOidMap())) QAsn1Element | |
typedef QMap<QByteArray, QByteArray> OidNameMap |
Definition at line 19 of file qasn1element.cpp.
|
static |
Definition at line 20 of file qasn1element.cpp.
References QMap< Key, T >::cend(), QMap< Key, T >::insert(), and QByteArrayLiteral.
Q_GLOBAL_STATIC_WITH_ARGS | ( | OidNameMap | , |
oidNameMap | , | ||
(createOidMap()) | |||
) |
Definition at line 52 of file qasn1element.cpp.