Parfis  v0.0.7
Public Member Functions | Public Attributes | List of all members
parfis::PyVec< T > Struct Template Reference

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
 

Detailed Description

template<class T>
struct parfis::PyVec< T >

Structure used instead of std::vector<T> for python bindings.

Template Parameters
Ttype of vector