Loading...
Searching...
No Matches
bitpit::ProxyVectorStorageInterface< pointer_t, const_pointer_t > Class Template Referenceabstract
Interface for ProxyVector storages. More...
#include <proxyVector.hpp>
Inheritance diagram for bitpit::ProxyVectorStorageInterface< pointer_t, const_pointer_t >:

Public Member Functions | |
virtual const_pointer_t | data () const =0 |
virtual pointer_t | data ()=0 |
virtual bool | empty () const =0 |
virtual void | resize (std::size_t size)=0 |
virtual std::size_t | size () const =0 |
Detailed Description
template<typename pointer_t, typename const_pointer_t>
class bitpit::ProxyVectorStorageInterface< pointer_t, const_pointer_t >
class bitpit::ProxyVectorStorageInterface< pointer_t, const_pointer_t >
Interface for ProxyVector storages.
- Template Parameters
-
pointer_t defines a pointer to the data stored const_pointer_t defines a constant pointer to the data stored
Definition at line 164 of file proxyVector.hpp.
Member Function Documentation
◆ data() [1/2]
template<typename pointer_t, typename const_pointer_t>
|
pure virtual |
◆ data() [2/2]
template<typename pointer_t, typename const_pointer_t>
|
pure virtual |
◆ empty()
template<typename pointer_t, typename const_pointer_t>
|
pure virtual |
◆ resize()
template<typename pointer_t, typename const_pointer_t>
|
pure virtual |
◆ size()
template<typename pointer_t, typename const_pointer_t>
|
pure virtual |
The documentation for this class was generated from the following file:
- src/containers/proxyVector.hpp
