Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Manages resources for an array of objects. More...
#include <smartptr.h>
Public Member Functions | |
vector_member_ptrs (size_t size=0) | |
Construct an array of T . More... | |
member_ptr< T > & | operator[] (size_t index) |
const member_ptr< T > & | operator[] (size_t index) const |
size_t | size () const |
void | resize (size_t newSize) |
Manages resources for an array of objects.
T | class or type |
Definition at line 220 of file smartptr.h.
|
inline |
Construct an array of T
.
size | the size of the array, in elements |
If T
is a Plain Old Dataype (POD), then the array is uninitialized.
Definition at line 226 of file smartptr.h.
|
inline |
Definition at line 228 of file smartptr.h.
|
inline |
Definition at line 231 of file smartptr.h.
|
inline |
Definition at line 233 of file smartptr.h.
|
inline |
Definition at line 236 of file smartptr.h.
|
inline |
Definition at line 237 of file smartptr.h.