File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
SoftwareGuide/Latex/DevelopmentGuidelines Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ \subsubsection{Wrapping Variables}
621
621
\textbf {Mangling } & ITKM\_ UL & UL \\ \hline
622
622
\textbf {C++ Type } & ITKT\_ UL & unsigned long \\ \hline
623
623
\\ \hline
624
+ \textbf {Mangling } & ITKM\_ ULL & ULL \\ \hline
625
+ \textbf {C++ Type } & ITKT\_ ULL & unsigned long long \\ \hline
626
+ \\ \hline
624
627
\textbf {Mangling } & ITKM\_ SC & SC \\ \hline
625
628
\textbf {C++ Type } & ITKT\_ SC & signed char \\ \hline
626
629
\\ \hline
@@ -633,6 +636,9 @@ \subsubsection{Wrapping Variables}
633
636
\textbf {Mangling } & ITKM\_ SL & SL \\ \hline
634
637
\textbf {C++ Type } & ITKT\_ SL & signed long \\ \hline
635
638
\\ \hline
639
+ \textbf {Mangling } & ITKM\_ SLL & SLL \\ \hline
640
+ \textbf {C++ Type } & ITKT\_ SLL & signed long long \\ \hline
641
+ \\ \hline
636
642
\textbf {Mangling } & ITKM\_ F & F \\ \hline
637
643
\textbf {C++ Type } & ITKT\_ F & float \\ \hline
638
644
\\ \hline
You can’t perform that action at this time.
0 commit comments