AnimEngine
Public Types | Public Member Functions | List of all members
OOOGL::IndexBindingVectorInferface< BoundType, IteratorBundle, SizeType, Allocator > Class Template Reference

Public Types

using iterator = typename IteratorBundle::iterator
 
using const_iterator = typename IteratorBundle::const_iterator
 
using size_type = SizeType
 
using allocator_type = Allocator
 

Public Member Functions

bool isOccupied (size_type pos) const =delete
 
iterator begin ()=delete
 
const_iterator begin () const =delete
 
BoundType & at (size_type pos)=delete
 
const BoundType & at (size_type pos) const =delete
 
size_type size () const =delete
 
void set (size_type pos, const BoundType &value)=delete
 
void clear ()=delete
 
void clearIndex (size_type pos)=delete
 
iterator erase (iterator pos)=delete
 
const_iterator erase (const_iterator pos)=delete
 

The documentation for this class was generated from the following file: