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

Declares the IMateriaSource interface. [詳解]

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

[ソースコード]

クラス

class  IMateriaSource
 An interface for objects that can learn Materia templates and create new Materias. [詳解]
 

詳解

Declares the IMateriaSource interface.

This header defines the IMateriaSource interface, a pure abstract class that establishes the contract for any entity capable of learning and creating Materias. It outlines fundamental actions such as storing Materia templates and instantiating new Materias based on learned types. Classes implementing this interface must provide concrete definitions for all its pure virtual functions.

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