Move implementation to Private class

This commit is contained in:
2023-03-06 18:42:09 +01:00
parent b24bc8ecdd
commit f2ad012542
3 changed files with 159 additions and 56 deletions
+2 -1
View File
@@ -27,11 +27,12 @@
#include <cstring>
#include <ctime>
#include <sstream>
#include "libXISF_global.h"
namespace LibXISF
{
class ByteArray
class LIBXISF_EXPORT ByteArray
{
using PtrType = std::vector<char>;
using Ptr = std::shared_ptr<PtrType>;