Specialize the buffer creation functions.

This commit is contained in:
Sandu Liviu Catalin
2016-06-20 14:52:05 +03:00
parent c2ac1f3fd8
commit ad55025bc8
3 changed files with 64 additions and 1 deletions
+9
View File
@@ -57,6 +57,15 @@ public:
/* ... */
}
/* --------------------------------------------------------------------------------------------
* Buffer constructor.
*/
BufferWrapper(const Buffer & b)
: m_Buffer(new Buffer(b))
{
/* ... */
}
/* --------------------------------------------------------------------------------------------
* Buffer constructor.
*/