NEURON
symbol_table.hpp File Reference

Implement classes for representing symbol table at block and file scope. More...

#include <map>
#include <memory>
#include <vector>
#include "symtab/symbol.hpp"

Go to the source code of this file.

Classes

class  nmodl::symtab::SymbolTable
 Represent symbol table for a NMODL block. More...
 
class  nmodl::symtab::SymbolTable::Table
 Helper class for implementing symbol table. More...
 
class  nmodl::symtab::ModelSymbolTable
 Hold top level (i.e. More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::symtab
 Symbol table related implementations
 

Detailed Description

Implement classes for representing symbol table at block and file scope.

Definition in file symbol_table.hpp.