![]() |
|
|||
File indexing completed on 2025-09-16 08:52:21
0001 //------------------------------- -*- C++ -*- -------------------------------// 0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details 0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 0004 //---------------------------------------------------------------------------// 0005 //! \file celeritas/global/CoreTrackDataFwd.hh 0006 //! \brief Forward declarations for some structs defined in CoreTrackData. 0007 //---------------------------------------------------------------------------// 0008 #pragma once 0009 0010 #include "corecel/Types.hh" 0011 0012 namespace celeritas 0013 { 0014 //---------------------------------------------------------------------------// 0015 template<Ownership W, MemSpace M> 0016 struct CoreParamsData; 0017 0018 template<Ownership W, MemSpace M> 0019 struct CoreStateData; 0020 0021 template<MemSpace M> 0022 using CoreParamsPtr = CRefPtr<CoreParamsData, M>; 0023 template<MemSpace M> 0024 using CoreStatePtr = RefPtr<CoreStateData, M>; 0025 0026 //---------------------------------------------------------------------------// 0027 } // namespace celeritas
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |