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

Implements the MateriaSource class. [詳解]

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

[ソースコード]

詳解

Implements the MateriaSource class.

This file provides the definitions for the MateriaSource class methods. MateriaSource acts as a factory for Materias, allowing it to learn Materia templates and create new instances based on those templates. It strictly adheres to deep copy semantics for its learned Materias to ensure proper memory management.

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