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
/// \file
11
/// \brief Forward declarations of symbols in namespace nmodl::symtab
12
13
namespace
nmodl
{
14
namespace
symtab {
15
16
class
Symbol
;
17
class
SymbolTable
;
18
19
}
// namespace symtab
20
}
// namespace nmodl
nmodl::symtab::Symbol
Represent symbol in symbol table.
Definition:
symbol.hpp:55
nmodl
encapsulates code generation backend implementations
Definition:
ast_common.hpp:26
nmodl::symtab::SymbolTable
Represent symbol table for a NMODL block.
Definition:
symbol_table.hpp:57
src
symtab
decl.hpp