#include <MCGIDI_sampling.hpp>
Definition at line 306 of file MCGIDI_sampling.hpp.
◆ MCGIDIVectorProductHandler()
| LUPI_HOST_DEVICE MCGIDI::Sampling::MCGIDIVectorProductHandler::MCGIDIVectorProductHandler |
( |
std::size_t | a_size = 20 | ) |
|
|
inline |
Definition at line 312 of file MCGIDI_sampling.hpp.
312 :
313 m_products( ) {
314
315 m_products.reserve( a_size );
316 }
◆ ~MCGIDIVectorProductHandler()
| LUPI_HOST_DEVICE MCGIDI::Sampling::MCGIDIVectorProductHandler::~MCGIDIVectorProductHandler |
( |
| ) |
|
|
inline |
◆ clear()
◆ operator[]()
| LUPI_HOST_DEVICE Product const & MCGIDI::Sampling::MCGIDIVectorProductHandler::operator[] |
( |
std::size_t | a_index | ) |
const |
|
inline |
◆ products()
◆ push_back()
◆ size()
| LUPI_HOST_DEVICE std::size_t MCGIDI::Sampling::MCGIDIVectorProductHandler::size |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: