コード例 #1
0
ファイル: NBestList.cs プロジェクト: berlamont/sphinx
        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);
        }