Celeritas 0.6.0-47+develop.b3cbb238
Loading...
Searching...
No Matches
Classes | Functions
AuxStateData.hh File Reference
#include <memory>
#include "corecel/Types.hh"
#include "AuxInterface.hh"
#include "CollectionStateStore.hh"
#include "ParamsDataInterface.hh"
This graph shows which files directly or indirectly include this file:

Classes

class  celeritas::AuxStateData< S, M >
 Helper class for retrieving templated state data on a single stream. More...
 

Functions

template<template< Ownership, MemSpace > class S, template< Ownership, MemSpace > class P>
std::unique_ptr< AuxStateInterfaceceleritas::make_aux_state (ParamsDataInterface< P > const &params, MemSpace m, StreamId stream_id, size_type size)
 Create an auxiliary state given a runtime memory space and host params.
 
template<template< Ownership, MemSpace > class S>
std::unique_ptr< AuxStateInterfaceceleritas::make_aux_state (MemSpace m, StreamId stream_id, size_type size)
 Create an auxiliary state given a runtime memory space.