![]() |
|
|||
File indexing completed on 2025-02-22 10:31:23
0001 //----------------------------------*-C++-*----------------------------------// 0002 // Copyright 2022-2024 UT-Battelle, LLC, and other Celeritas developers. 0003 // See the top-level COPYRIGHT file for details. 0004 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 0005 //---------------------------------------------------------------------------// 0006 //! \file celeritas/global/CoreTrackDataFwd.hh 0007 //! \brief Forward declarations for some structs defined in CoreTrackData. 0008 //---------------------------------------------------------------------------// 0009 #pragma once 0010 0011 #include "corecel/Types.hh" 0012 0013 namespace celeritas 0014 { 0015 //---------------------------------------------------------------------------// 0016 template<Ownership W, MemSpace M> 0017 struct CoreParamsData; 0018 0019 template<Ownership W, MemSpace M> 0020 struct CoreStateData; 0021 0022 template<MemSpace M> 0023 using CoreParamsPtr = CRefPtr<CoreParamsData, M>; 0024 template<MemSpace M> 0025 using CoreStatePtr = RefPtr<CoreStateData, M>; 0026 0027 //---------------------------------------------------------------------------// 0028 } // 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 |
![]() ![]() |