예제 #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);