HepMC3 event record library
|
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 |