Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qasn1element.cpp File Reference

(9bf7d2a76a26e2f5d25e4c6eb9c27cdfeebd3f66)

#include "qasn1element_p.h"
#include <QtCore/qdatastream.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qtimezone.h>
#include <QtCore/qlist.h>
#include <QDebug>
#include <private/qtools_p.h>
#include <limits>
+ Include dependency graph for qasn1element.cpp:

Go to the source code of this file.

Typedefs

typedef QMap< QByteArray, QByteArrayOidNameMap
 

Functions

static OidNameMap createOidMap ()
 
 Q_GLOBAL_STATIC_WITH_ARGS (OidNameMap, oidNameMap,(createOidMap())) QAsn1Element
 

Typedef Documentation

◆ OidNameMap

Definition at line 20 of file qasn1element.cpp.

Function Documentation

◆ createOidMap()

static OidNameMap createOidMap ( )
static

Definition at line 21 of file qasn1element.cpp.

References QMap< Key, T >::insert(), and QByteArrayLiteral.

+ Here is the call graph for this function:

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Q_GLOBAL_STATIC_WITH_ARGS ( OidNameMap ,
oidNameMap ,
(createOidMap())  )

Definition at line 53 of file qasn1element.cpp.