aboutsummaryrefslogtreecommitdiff
path: root/cpp05/ex03/Intern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp05/ex03/Intern.cpp')
-rw-r--r--cpp05/ex03/Intern.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpp05/ex03/Intern.cpp b/cpp05/ex03/Intern.cpp
new file mode 100644
index 0000000..bb3e188
--- /dev/null
+++ b/cpp05/ex03/Intern.cpp
@@ -0,0 +1,23 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* Intern.cpp :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* 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)
+{
+
+}