User Guide
decl.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 2023 Blue Brain Project, EPFL.
3  * See the top-level LICENSE file for details.
4  *
5  * SPDX-License-Identifier: Apache-2.0
6  */
7 
8 #pragma once
9 
10 /**
11  * \file
12  * \brief Forward references of symbols defined in namespace nmodl::printer
13  */
14 
15 namespace nmodl {
16 namespace printer {
17 
18 class JSONPrinter;
19 
20 }
21 } // namespace nmodl
nmodl
encapsulates code generation backend implementations
Definition: ast_common.hpp:26