#include "testClasse.hpp" int Geoffrey::getN() { return m_n; } void Geoffrey::setN(int n) { m_n = n; }