/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Intern.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/11/17 13:41:09 by cacharle #+# #+# */ /* Updated: 2020/11/17 13:48:01 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "Intern.hpp" Intern::Intern() {} Intern::Intern(const Intern& other) {} Intern& Intern::operator=(const Intern& other) {} Intern::~Intern() {} Form *Intern::makeForm(std::string const& name, std::string const& target) { }