Beispiel #1
0
 public CsStruct(CppStruct cppStruct) 
 {
     IsIn = true;
     IsOut = false; 
     CppElement = cppStruct;
     // Align was not overloaded by MappingRule tag, then we can take the default value
     if (cppStruct != null &&  Align == 0) 
         Align = cppStruct.Align;
 }
Beispiel #2
0
 public CsStruct(CppStruct cppStruct) 
 {
     IsIn = true;
     IsOut = false; 
     CppElement = cppStruct;
 }