Line data Source code
1 1 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : /// \file 5 : /// Forward-declares ResourceInfo which the GlobalCache has an entry method for. 6 : 7 : #pragma once 8 : 9 : /// \cond 10 : namespace Parallel { 11 : template <typename Metavariables> 12 : struct ResourceInfo; 13 : template <class Metavariables> 14 : class CProxy_GlobalCache; 15 : } // namespace Parallel 16 : /// \endcond