HepMC3 event record library
Public Types | Public Member Functions | Private Attributes
common_iterator Class Reference
+ Collaboration diagram for common_iterator:

Public Types

using container_type = std::vector< ssize_t >
 
using value_type = container_type::value_type
 
using size_type = container_type::size_type
 

Public Member Functions

 common_iterator (void *ptr, const container_type &strides, const container_type &shape)
 
void increment (size_type dim)
 
void * data () const
 

Private Attributes

char * p_ptr
 
container_type m_strides
 

Detailed Description

Definition at line 1274 of file numpy.h.


The documentation for this class was generated from the following file: