|
|
|||
File indexing completed on 2025-12-15 10:10:59
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/optical/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 namespace optical 0015 { 0016 //---------------------------------------------------------------------------// 0017 template<Ownership W, MemSpace M> 0018 struct CoreParamsData; 0019 0020 template<Ownership W, MemSpace M> 0021 struct CoreStateData; 0022 0023 template<MemSpace M> 0024 using CoreParamsPtr = CRefPtr<CoreParamsData, M>; 0025 template<MemSpace M> 0026 using CoreStatePtr = RefPtr<CoreStateData, M>; 0027 0028 //---------------------------------------------------------------------------// 0029 } // namespace optical 0030 } // 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 |
|