• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            emptysoul

              C++博客 :: 首頁 :: 聯系 :: 聚合  :: 管理
              25 Posts :: 0 Stories :: 23 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(18)

            我參與的團隊

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            迭代器模式(Iterator)提供一種方法可以訪問聚合對象,而不用暴露這個對象的內部表示。結構圖為:


            我們實現一個存儲INT的棧結構,用迭器來訪問這個結構中的數據,結構圖為:


            實現代碼:
            //IntStack.h
            class IntStack
            {
            public:
                IntStack();
                
            virtual ~IntStack();

                
            void Push(int);
                
            int Pop();
                friend 
            class IntStackIterator;
            private:
                
            enum { SIZE = 100 }; 
                
            int m_nStack[SIZE];
                
            int m_nTop;
            };

            //IntStack.cpp
            #include "stdafx.h"
            #include 
            "IntStack.h"
            #include 
            <iostream>

            using namespace std;

            IntStack::IntStack()
            {
                m_nTop 
            = 0;
            }

            IntStack::
            ~IntStack()
            {

            }

            void IntStack::Push(int nData)
            {
                
            if(m_nTop < SIZE)
                {
                    m_nStack[m_nTop
            ++= nData;
                }
                
            else
                {
                    cout 
            << "超出容量范圍。" << endl;
                }
            }

            int IntStack::Pop()
            {
                
            if(m_nTop > 0)
                {
                    
            return m_nStack[--m_nTop];
                }

                
            return 0;
            }

            //Iterator.h
            class Iterator  
            {
            public:
                Iterator();
                
            virtual ~Iterator();

                
            virtual int operator++() = 0;
                
            virtual int operator++(int= 0;
            };

            //Iterator.cpp
            #include "stdafx.h"
            #include 
            "Iterator.h"

            Iterator::Iterator()
            {

            }

            Iterator::
            ~Iterator()
            {

            }

            //IntStack.h
            #include "Iterator.h"

            class IntStack;
            class IntStackIterator : public Iterator
            {
            public:
                IntStackIterator(IntStack
            *);
                
            virtual ~IntStackIterator();

                
            int operator++();
                
            int operator++(int);
            private:
                IntStack
            * m_pStack;
                
            int m_nIndex;
            };

            //IntStackIterator.cpp
            #include "stdafx.h"
            #include 
            "IntStackIterator.h"
            #include 
            "IntStack.h"

            IntStackIterator::IntStackIterator(IntStack
            * pStack)
            {
                m_pStack 
            = pStack;
                m_nIndex 
            = 0;
            }

            IntStackIterator::
            ~IntStackIterator()
            {
                
            if(m_pStack != NULL)
                {
                    delete m_pStack;
                    m_pStack 
            = NULL;
                }
            }

            int IntStackIterator::operator++()
            {
                
            if(m_nIndex < m_pStack->m_nTop)
                {
                    
            return m_pStack->m_nStack[++m_nIndex];
                }

                
            return 0;
            }

            int IntStackIterator::operator++(int)
            {
                
            if(m_nIndex < m_pStack->m_nTop)
                {
                    
            return m_pStack->m_nStack[m_nIndex++];
                }

                
            return 0;
            }

            //main.cpp
            #include "stdafx.h"
            #include 
            "Iterator.h"
            #include 
            "IntStackIterator.h"
            #include 
            "IntStack.h"
            #include 
            <iostream>

            using namespace std;

            int main(int argc, char* argv[])
            {
                IntStack
            * pStack = new IntStack;
                
            for(int i = 0; i < 20++i)
                {
                    pStack
            ->Push(i);
                }

                Iterator
            * pIt = new IntStackIterator(pStack);
                
            for(i = 0; i < 20++i)
                {
                    cout 
            << (*pIt)++ << endl;
                }

                
            return 0;
            }
            posted on 2009-02-15 13:30 emptysoul 閱讀(1442) 評論(0)  編輯 收藏 引用
            无码国内精品久久综合88| 亚洲国产香蕉人人爽成AV片久久| 久久国语露脸国产精品电影| 色综合久久综合中文综合网| 99国产欧美精品久久久蜜芽| 日韩久久久久中文字幕人妻| 人妻精品久久久久中文字幕69| 久久精品国产亚洲网站| 久久国产欧美日韩精品免费| 久久精品人人槡人妻人人玩AV| 久久精品国产一区二区| 国产精品久久久久AV福利动漫| 久久99精品久久久久久齐齐| 久久亚洲精品国产精品| 欧美性猛交xxxx免费看久久久| 久久精品水蜜桃av综合天堂| 亚洲综合久久夜AV | 久久夜色tv网站| 久久久女人与动物群交毛片| 亚洲国产精品无码久久九九| 99久久精品久久久久久清纯| 久久精品水蜜桃av综合天堂| 亚洲国产天堂久久久久久| 久久精品成人| 26uuu久久五月天| 久久99国产精品二区不卡| 精品久久久久久国产| 久久av高潮av无码av喷吹| 99久久99久久精品国产片果冻 | 久久香综合精品久久伊人| 99久久99久久| 成人国内精品久久久久影院| 久久久国产精品亚洲一区| 久久久久久久人妻无码中文字幕爆 | 99久久精品免费看国产一区二区三区 | 久久精品成人免费看| 人妻精品久久久久中文字幕一冢本| 久久婷婷色香五月综合激情| 中文字幕无码久久久| 国产69精品久久久久APP下载 | 国内精品伊人久久久久|