#include #include // copy constructor BFormat::BFormat(const BFormat &other) { } // destructor BFormat::~BFormat() { } // = BFormat & BFormat::operator=(const BFormat &other) { return *this; } // constructor BFormat::BFormat() { }