Example #1
0
 public static CharPtr getstr(TString_tsv ts)
 {
     return(((TString)ts).str);
 }                                                                                  //FIXME:added
Example #2
0
 public TStringTsvRef(TString_tsv tsv)
 {
     this.tsv = tsv;
 }