|
||||
File indexing completed on 2025-01-18 09:54:48
0001 //----------------------------------*-C++-*----------------------------------// 0002 // Copyright 2023-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 corecel/io/detail/EnumStringMapperImpl.hh 0007 //---------------------------------------------------------------------------// 0008 #pragma once 0009 0010 namespace celeritas 0011 { 0012 namespace detail 0013 { 0014 //---------------------------------------------------------------------------// 0015 //! Externally defined "invalid" string 0016 extern char const g_invalid_string[]; 0017 0018 //---------------------------------------------------------------------------// 0019 } // namespace detail 0020 } // 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 |