Parfis
v0.0.7
|
Structure used instead of std::vector<T> for python bindings. More...
#include <datastruct.h>
Public Member Functions | |
PyVec< T > & | operator= (const std::vector< T > &tVec) |
Public Attributes | |
const T * | ptr |
size_t | size |
Structure used instead of std::vector<T> for python bindings.
T | type of vector |