/** * * @file ieditable.hpp * * @authors D. Mathieu, M. Laporte * * @date 17/03/2010 * * @version V2.0 * **/ #ifndef IEDITABLE_HXX #define IEDITABLE_HXX #include #include "ieditable.h" inline std::ostream& nsUtil::operator<<(std::ostream& os, const IEditable& Obj) { return Obj._Edit(os); } // operator<< #endif // IEDITABLE_HXX