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

Declares the ICharacter interface. [詳解]

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

[ソースコード]

クラス

class  ICharacter
 An interface for any character that can interact with Materias. [詳解]
 

詳解

Declares the ICharacter interface.

This header defines the ICharacter interface, a pure abstract class that establishes the contract for any entity capable of interacting with Materias (magical items). It outlines fundamental actions such as getting a name, equipping/unequipping Materias, and using them. Classes implementing this interface must provide concrete definitions for all its pure virtual functions.

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