• <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>

            Benjamin

            靜以修身,儉以養德,非澹薄無以明志,非寧靜無以致遠。
            隨筆 - 397, 文章 - 0, 評論 - 196, 引用 - 0
            數據加載中……

            如何實現虛構造

            如果想在構造函數中調用虛函數,必須來模擬虛構造函數。注意是虛擬并不是真正的虛構造函數
            #include <iostream>
            #include <string>
            #include <stdexcept>
            #include <cstddef>
            #include <vector>

            #include "../purge.h"
            using namespace std;

            class Shape{
               Shape* e;
               //Prevent copy-construcetion & operator=
               Shape(Shape&);
               Shape operator=(Shape&);
            protected:
               Shape(){s=0;}
            public:
               virtual void draw() {s->draw();}
               virtual void erase() {s->erase();}
               virtual void test() {s->test();}
               virtual ~Shape(){
                  cout<<"~Shape"<<endl;
                  if(s){
                      cout<<"Making virtual call:";
                     s->erase();//Virtual call
                  }
                  cout << "delete s" ;
                  delete s;//The polymorphic deletion
                  //(delete 0 is legal: it proeuces a no-op)
                  }

                  class BadShapeCreation:public logic_error{
                  public:
                    BadShapeCration(srtring type):logic_error("Cannot create type"+"type"){}
                  };
                  Shape(sting type) throw(BadSharCreation);
            };
                     

            class Circle:public Shape{
               Circle(Circle&);
               Circle operator-(Circle&);
               Cirlcle() {}//private constructor
               friend class Shape;
            public:
               void draw(){cout << "Circle::draw"<<endl;}
               void erase(){cout <<"Circle::erase"<<endl;}
               void test(){draw();}
               ~Circle(){cout<<"Circle::~Circle"<<endl;}
            };

            class Square:public Shape{
               Square(Square&);
               Square operator-(Square&);
               Square() {}//private constructor
               friend class Shape;
            public:
               void draw(){cout << "Square::draw"<<endl;}
               void erase(){cout <<:Square::erase"<<endl;}
               void test(){draw();}
               ~Square(){cout<<"Square:~Circle"<<endl;}
            };

            Shape::Shape(stgring type) throw(Shape::BadShapeCreation){
               if(type=="Circle")
                  s = new Circle;
               else if(type =="Square")
                  s = new Square;
               else throw BadShapeCreation(type);
               draw();//Virtual call in the constructor
            }

            char *sl[] = {"Circle","Square","Square","Circle","Circle","Circle","Square"};

            int main(){
               vector<Shape*> shapes;
               cout <<"Virtual constructor calls"<<endl;
               try{
                     for(size_t i = 0;i<sizeof (sl)/sizeof (sl[0]); i++)
                     {
                           shapes.push_back(new Shapes(sl[i]]));
                            }catch(Shape::BadShapeCreation e){
                                       cout<<e.what()<<endl;
                                       purge(shapes);
                                       return EXIT_FAILURE;
                              }
                              for(size_t i = 0; i < shapes.size();i++){
                                    shapes[i]->draw();
                                    cout << "text" <<endl;
                                    shapes[i]->test();
                                    cout<<"end test"<<endl;
                                    shapes[i]->erase();
                              }
                        Shapes c("Circle");//create on the stack
                        cout<<"destructor calls:"<<endl;
                        purge(shapes);
            }
            它的思想是用基類的構造來確定類型,并在堆上創建此類型的對象,然后通過一個基類的指針實現對派生類對象的操作。這其實是State狀態模型的變形,基類其實是個代理類。

            實現虛構造的方法還有Scott Meyers在More Effective C++中提出的用虛拷貝構造函數實現的方法,基類是個抽象基類,個人感覺上面的實現更好些。

            posted on 2009-04-19 22:18 Benjamin 閱讀(461) 評論(2)  編輯 收藏 引用 所屬分類: C/C++

            評論

            # re: 如何實現虛構造  回復  更多評論   

            囧,這是一種奇怪的factory
            2009-04-20 14:15 | 陳梓瀚(vczh)

            # re: 如何實現虛構造  回復  更多評論   

            @陳梓瀚(vczh)
            - -,居然在這發現你,,,
            2009-08-14 17:30 | MartySa
            精品久久久无码中文字幕| 久久99亚洲网美利坚合众国| 99久久国产主播综合精品 | 精品国产婷婷久久久| 久久91精品综合国产首页| 久久精品国产免费观看| 99久久777色| 97视频久久久| 日日噜噜夜夜狠狠久久丁香五月| 久久99国产精品久久99| 色天使久久综合网天天| 97久久天天综合色天天综合色hd| 手机看片久久高清国产日韩| 久久精品a亚洲国产v高清不卡| 久久久久99精品成人片三人毛片 | 伊人情人综合成人久久网小说| 亚洲国产精品无码久久久蜜芽| 很黄很污的网站久久mimi色 | 久久影院综合精品| 青青草原综合久久大伊人精品| 人妻无码αv中文字幕久久琪琪布| 人人狠狠综合久久亚洲88| 亚洲av成人无码久久精品| 久久久中文字幕日本| 国产精品久久久久jk制服| 亚洲精品乱码久久久久久中文字幕| 久久99精品久久久久久水蜜桃| 欧美噜噜久久久XXX| 久久精品综合网| 伊人久久大香线蕉AV一区二区| 久久青青草原精品国产软件| 国产成人精品久久亚洲| 免费观看久久精彩视频| 国内精品久久人妻互换| 国内精品伊人久久久久AV影院| 国产成人精品综合久久久| 麻豆av久久av盛宴av| 伊人久久大香线蕉av不卡| 99久久国产宗和精品1上映| 伊人久久大香线蕉av不卡| 久久久噜噜噜久久熟女AA片|