示例#1
0
 public static extern ErrorType vector_operator_left_shift(VectorElementType type, IntPtr vector, IntPtr ofstream);
示例#2
0
 public static extern IntPtr vector_new(VectorElementType type);
示例#3
0
 public static extern void vector_delete(VectorElementType type, IntPtr vector);