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}
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
You can’t perform that action at this time.
0 commit comments