Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 27bef454 authored by PIACIBELLO Cyrille's avatar PIACIBELLO Cyrille
Browse files

Two virtual method erased

parent faeff07e
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,7 @@ public: ...@@ -11,8 +11,7 @@ public:
virtual int getSize() const = 0; virtual int getSize() const = 0;
virtual void seek(const int inIndex) = 0; virtual void seek(const int inIndex) = 0;
virtual int tell() const = 0; virtual int tell() const = 0;
virtual void reserve(const int nbBytes) = 0;
virtual void reset() = 0;
template <class ClassType> template <class ClassType>
ClassType getValue(){ ClassType getValue(){
static_assert(sizeof(ClassType) == 0, "Your Buffer should implement getValue."); static_assert(sizeof(ClassType) == 0, "Your Buffer should implement getValue.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment