helib::PtrVector< T > Struct Template Referenceabstract
Abstract class for an array of objects. More...
#include <PtrVector.h>
Inheritance diagram for helib::PtrVector< T >:

Public Member Functions | |
virtual T * | operator[] (long) const =0 |
virtual long | size () const =0 |
virtual void | resize (long newSize, UNUSED const PtrVector *another=nullptr) |
virtual | ~PtrVector () |
bool | isSet (long i) const |
virtual long | numNonNull (long first=0, long last=LONG_MAX) const |
virtual const T * | ptr2nonNull () const |
Detailed Description
template<typename T>
struct helib::PtrVector< T >
Abstract class for an array of objects.
Constructor & Destructor Documentation
◆ ~PtrVector()
template<typename T >
|
inlinevirtual |
Member Function Documentation
◆ isSet()
template<typename T >
|
inline |
◆ numNonNull()
template<typename T >
|
inlinevirtual |
Reimplemented in helib::PtrVector_slice< T >, helib::PtrVector_vectorT< T >, and helib::PtrVector_VecT< T >.
◆ operator[]()
template<typename T >
|
pure virtual |
◆ ptr2nonNull()
template<typename T >
|
inlinevirtual |
Reimplemented in helib::PtrVector_slice< T >, and helib::PtrVector_VecT< T >.
◆ resize()
template<typename T >
|
inlinevirtual |
Reimplemented in helib::PtrVector_vectorPt< T >, and helib::PtrVector_VecPt< T >.
◆ size()
template<typename T >
|
pure virtual |