public mapStringFeatureBaseP(mapStringFeatureBaseP other) : this(libtischPINVOKE.new_mapStringFeatureBaseP__SWIG_1(mapStringFeatureBaseP.getCPtr(other)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public mapStringFeatureBasePEnumerator(mapStringFeatureBaseP collection)
 {
     collectionRef = collection;
     keyCollection = new System.Collections.Generic.List <string>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 internal static HandleRef getCPtr(mapStringFeatureBaseP obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }