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

Implements the Character class. [詳解]

#include "Character.hpp"
#include "AMateria.hpp"
#include "Logger.hpp"
#include <sstream>
Character.cpp の依存先関係図:

[ソースコード]

詳解

Implements the Character class.

This file provides the definitions for the Character class methods, implementing the ICharacter interface. It manages a character's name and an inventory of AMateria objects, ensuring proper deep copying and memory management for the equipped materias.

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