37 lines
2.8 KiB
TeX
37 lines
2.8 KiB
TeX
\hypertarget{GpgModel_8h_source}{}\doxysection{Gpg\+Model.\+h}
|
|
\label{GpgModel_8h_source}\index{src/core/GpgModel.h@{src/core/GpgModel.h}}
|
|
|
|
\begin{DoxyCode}{0}
|
|
\DoxyCodeLine{1 }
|
|
\DoxyCodeLine{29 \textcolor{preprocessor}{\#ifndef GPGFRONTEND\_ZH\_CN\_TS\_GPGMODEL\_H}}
|
|
\DoxyCodeLine{30 \textcolor{preprocessor}{\#define GPGFRONTEND\_ZH\_CN\_TS\_GPGMODEL\_H}}
|
|
\DoxyCodeLine{31 }
|
|
\DoxyCodeLine{32 \textcolor{preprocessor}{\#include "{}core/GpgConstants.h"{}}}
|
|
\DoxyCodeLine{33 \textcolor{preprocessor}{\#include "{}core/model/GpgData.h"{}}}
|
|
\DoxyCodeLine{34 \textcolor{preprocessor}{\#include "{}core/model/GpgKey.h"{}}}
|
|
\DoxyCodeLine{35 \textcolor{preprocessor}{\#include "{}core/model/GpgSignature.h"{}}}
|
|
\DoxyCodeLine{36 }
|
|
\DoxyCodeLine{37 \textcolor{keyword}{namespace }\mbox{\hyperlink{namespaceGpgFrontend}{GpgFrontend}} \{}
|
|
\DoxyCodeLine{38 }
|
|
\DoxyCodeLine{39 \textcolor{keyword}{using} KeyId = std::string; }
|
|
\DoxyCodeLine{40 \textcolor{keyword}{using} SubkeyId = std::string; }
|
|
\DoxyCodeLine{41 \textcolor{keyword}{using} KeyIdArgsList = std::vector<KeyId>; }
|
|
\DoxyCodeLine{42 \textcolor{keyword}{using} KeyIdArgsListPtr = std::unique\_ptr<KeyIdArgsList>; }
|
|
\DoxyCodeLine{43 \textcolor{keyword}{using} UIDArgsList = std::vector<std::string>; }
|
|
\DoxyCodeLine{44 \textcolor{keyword}{using} UIDArgsListPtr = std::unique\_ptr<UIDArgsList>; }
|
|
\DoxyCodeLine{45 \textcolor{keyword}{using} SignIdArgsList = std::vector<std::pair<std::string, std::string>>; }
|
|
\DoxyCodeLine{46 \textcolor{keyword}{using} SignIdArgsListPtr = std::unique\_ptr<SignIdArgsList>; }
|
|
\DoxyCodeLine{47 \textcolor{keyword}{using} KeyFprArgsListPtr = std::unique\_ptr<std::vector<std::string>>; }
|
|
\DoxyCodeLine{48 \textcolor{keyword}{using} KeyArgsList = std::vector<GpgKey>; }
|
|
\DoxyCodeLine{49 \textcolor{keyword}{using} KeyListPtr = std::unique\_ptr<KeyArgsList>; }
|
|
\DoxyCodeLine{50 \textcolor{keyword}{using} GpgKeyLinkList = std::list<GpgFrontend::GpgKey>; }
|
|
\DoxyCodeLine{51 \textcolor{keyword}{using} KeyLinkListPtr = std::unique\_ptr<GpgKeyLinkList>; }
|
|
\DoxyCodeLine{52 \textcolor{keyword}{using} KeyPtr = std::unique\_ptr<GpgKey>; }
|
|
\DoxyCodeLine{53 \textcolor{keyword}{using} KeyPtrArgsList = \textcolor{keyword}{const} std::initializer\_list<KeyPtr>; }
|
|
\DoxyCodeLine{54 }
|
|
\DoxyCodeLine{55 \} \textcolor{comment}{// namespace GpgFrontend}}
|
|
\DoxyCodeLine{56 }
|
|
\DoxyCodeLine{57 \textcolor{preprocessor}{\#endif }\textcolor{comment}{// GPGFRONTEND\_ZH\_CN\_TS\_GPGMODEL\_H}}
|
|
|
|
\end{DoxyCode}
|