1 2 3
#include "BinaryWrapper.h" BinaryWrapper::BinaryWrapper(const std::string& path) : mPath(path) {}