Skip to content

Commit 10f0fcd

Browse files
authored
Merge pull request #159 from jhlegarreta/AddLongLongTypeSpecifierMangledSymbols
DOC: Add `long long` specifier C++ and mangling types
2 parents f04eadd + cf51385 commit 10f0fcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,9 @@ \subsubsection{Wrapping Variables}
621621
\textbf{Mangling} & ITKM\_UL & UL \\ \hline
622622
\textbf{C++ Type} & ITKT\_UL & unsigned long \\ \hline
623623
\\ \hline
624+
\textbf{Mangling} & ITKM\_ULL & ULL \\ \hline
625+
\textbf{C++ Type} & ITKT\_ULL & unsigned long long \\ \hline
626+
\\ \hline
624627
\textbf{Mangling} & ITKM\_SC & SC \\ \hline
625628
\textbf{C++ Type} & ITKT\_SC & signed char \\ \hline
626629
\\ \hline
@@ -633,6 +636,9 @@ \subsubsection{Wrapping Variables}
633636
\textbf{Mangling} & ITKM\_SL & SL \\ \hline
634637
\textbf{C++ Type} & ITKT\_SL & signed long \\ \hline
635638
\\ \hline
639+
\textbf{Mangling} & ITKM\_SLL & SLL \\ \hline
640+
\textbf{C++ Type} & ITKT\_SLL & signed long long \\ \hline
641+
\\ \hline
636642
\textbf{Mangling} & ITKM\_F & F \\ \hline
637643
\textbf{C++ Type} & ITKT\_F & float \\ \hline
638644
\\ \hline

0 commit comments

Comments
 (0)