init commit

This commit is contained in:
Sylvain PILLOT 2022-03-01 17:49:35 +01:00
parent 2056f47ad0
commit 46a77d1c8a
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ public:
explicit memblock (const cmemlink& b);
explicit memblock (const memlink& b);
memblock (const memblock& b);
~memblock (void) noexcept;
void unlink (void) noexcept;
~memblock (void) noexcept;
void unlink (void) noexcept;
inline void assign (const cmemlink& l) { assign (l.cdata(), l.readable_size()); }
inline const memblock& operator= (const cmemlink& l) { assign (l); return (*this); }
inline const memblock& operator= (const memlink& l) { assign (l); return (*this); }