Exemple #1
0
        public NBestIterator GetEnumerator()
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.NBestList_GetEnumerator(swigCPtr);
            NBestIterator         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NBestIterator(cPtr, true);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(NBestIterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }