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

Declares the AMateria abstract base class. [詳解]

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

[ソースコード]

クラス

class  AMateria
 Represents an abstract base class for all magical materias. [詳解]
 

詳解

Declares the AMateria abstract base class.

This header defines the abstract base class AMateria, which serves as the blueprint for all magical items (materias). It establishes a common interface for materia types, including their type identification, cloning capability, and how they are used on a character. As an abstract class, it cannot be instantiated directly; concrete materia types must inherit from it.

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