CPP04 1.0
|
Declares the MateriaSource class. [詳解]
クラス | |
class | MateriaSource |
Represents a source for learning and creating Materias. [詳解] | |
Declares the MateriaSource class.
This header defines the MateriaSource class, a concrete implementation of the IMateriaSource
interface. It acts as a factory for Materias, capable of learning up to 4 AMateria
templates and then creating new instances (clones) of those learned types upon request. This class adheres to deep copy semantics for its stored Materia templates to ensure proper memory management.
MateriaSource.hpp に定義があります。