CPP04 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Character.hpp ファイル

Declares the Character class. [詳解]

#include "AMateria.hpp"
#include "ICharacter.hpp"
#include <string>
Character.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  Character
 Represents a character capable of equipping and using Materias. [詳解]
 

詳解

Declares the Character class.

This header defines the Character class, which implements the ICharacter interface. It represents a combatant with a name and an inventory of up to 4 AMateria objects. The class handles equipping, unequipping, and using materias, with a focus on deep copy semantics for its inventory to prevent memory leaks and ensure independent object states.

Character.hpp に定義があります。