コード例 #1
0
ファイル: MarControlPtr.java プロジェクト: lifeiteng/marsyas
 public MarControlPtr(MarControlPtr a) {
   this(marsyasJNI.new_MarControlPtr__SWIG_1(MarControlPtr.getCPtr(a), a), true);
 }
コード例 #2
0
 public void set(String key, MarControlPtr x) {
   marsyasJNI.Map_String_MarControlPtr_set(swigCPtr, this, key, MarControlPtr.getCPtr(x), x);
 }