CPP04 1.0
|
Declares the Brain class. [詳解]
クラス | |
class | Brain |
Represents the brain of an animal, holding a collection of ideas. [詳解] | |
Declares the Brain class.
This header file defines the Brain class, which contains an array of 100 std::string to store "ideas." It adheres to the Orthodox Canonical Class Form, providing constructors, a destructor, and the copy assignment operator, all designed to ensure proper deep copying of its internal state.
Brain.hpp に定義があります。