Design Patterns
|
#include <spell.h>
Public Member Functions | |
Spell (const std::string &message) | |
Spell (const Spell &spell) | |
std::string | message () const |
|
explicit |
creational::commons::Spell::Spell | ( | const Spell & | spell | ) |
std::string creational::commons::Spell::message | ( | ) | const |