public embeddedStringer(@string foo = default, ptrStringer ptrStringer = default, long bar = default)
 {
     this.foo         = foo;
     this.ptrStringer = ptrStringer;
     this.bar         = bar;
 }
Esempio n. 2
0
 public unexportedStringer(ptrStringer t = default)
 {
     this.t = t;
 }
Esempio n. 3
0
 public unexportedStringerOtherFields(@string s = default, ptrStringer t = default, @string S = default)
 {
     this.s = s;
     this.t = t;
     this.S = S;
 }