In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the relevant knowledge of "how to apply Memento mode in C++". The editor shows you the operation process through an actual case. The method of operation is simple, fast and practical. I hope this article "how to apply Memento mode in C++" can help you solve the problem.
Example of C++ Memento mode code:
# include
< iostream># include
< string>Using namespace std; typedef string states; class Memento; class Orininator {public: Orininator () {mantist = ""; mechestrist0;}; Orininator (const states& st) {mpracticstat;}; ~ Orininator () {}; Memento* CreateMemento (); void SetMemento (Memento* men) {}; void RestoretoMen (Memento* mt); states GetState () {return massistsdt;}; void SetState (const states& sdt) {mantistat;} void PrintState () {cout
< this->M_st
< < ".."< < endl;} private: states m_st; Memento* m_mt; };class Memento { private: friend class Orininator;//友元 Memento(){}; Memento(const states& st){m_st=st;}; ~Memento(){}; void SetState(const states& std){m_st=std;}; states GetState(){return m_st;}; private: states m_st; };Memento* Orininator::CreateMemento() { return new Memento(m_st);//合理的应用构造函数; } void Orininator::RestoretoMen(Memento* mt) { this->Void main () {Orininator* Ori=new Orininator (); Ori- > SetState ("old"); Ori- > PrintState (); Memento* masked Origin-> CreateMemento (); Ori- > SetState ("new"); Ori- > PrintState (); Ori- > RestoretoMen (m); Ori- > PrintState ();} that's all for "how to apply Memento pattern in C++". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.