Exemplo n.º 1
0
 private String type_to_cpp_type(Model.FieldTypes.Boolean b)
 {
     return("bool");
 }
Exemplo n.º 2
0
 public void Visit(Model.FieldTypes.Boolean b)
 {
     throw new NotImplementedException();
 }