The BppVector object class. This class extends the std::vector class to support the Clonable interface.
More...
#include <Bpp/BppVector.h>
|
template<typename ... Args> |
| BppVector (Args &&... args) |
|
BppVector< T > * | clone () const |
| Create a copy of this object and send a pointer to it. More...
|
|
const std::vector< T > & | toSTL () const |
|
std::vector< T > & | toSTL () |
|
template<typename T>
class bpp::BppVector< T >
The BppVector object class. This class extends the std::vector class to support the Clonable interface.
- Deprecated:
- Do not use in new code anymore.
Definition at line 20 of file BppVector.h.
◆ BppVector()
template<typename T>
template<typename ... Args>
◆ clone()
Create a copy of this object and send a pointer to it.
- Returns
- A pointer toward the copy object.
Implements bpp::Clonable.
Definition at line 30 of file BppVector.h.
◆ toSTL() [1/2]
◆ toSTL() [2/2]
◆ elements
T std::vector< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: