Giter VIP home page Giter VIP logo

message_folder's Introduction

--------------------------Message类------------------------
1、复制构造函数:当拷贝一个对象时,新对象和原对象时不同的对象,但两个
Message对象在同一个目录中,所以拷贝包括消息内容和存放Folder指针的set
容器,而且我们必须在每个包含此消息的Folder中都添加一个指向新Message对象
的指针。
2、析构函数:当我们销毁一个Message对象时,它将不复存在,所以必须从所有
包含此消息的Folder中删除指向此消息的指针。
3、赋值运算符函数:当我们将一个Message对象赋予另一个对象时,左侧的对象
的内容会被右侧对象的内容覆盖,

message_folder's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.