#include <iomanip>
#include <vector>
#include <unordered_map>
#include <iostream>
Go to the source code of this file.
 | 
| void  | insertToSymbTab (std::unordered_map< std::string, SymTabItem > *, char *, int, int, std::string, std::string) | 
|   | 
| void  | Undeclaration_Error (std::unordered_map< std::string, SymTabItem > *, std::string) | 
|   | 
| SymTabItem *  | search (std::unordered_map< std::string, SymTabItem > *, std::string) | 
|   | 
| void  | printSymbTab (std::unordered_map< std::string, SymTabItem > *) | 
|   | 
| void  | TypeConv (std::unordered_map< std::string, SymTabItem > *) | 
|   | 
◆ insertToSymbTab()
      
        
          | void insertToSymbTab  | 
          ( | 
          std::unordered_map< std::string, SymTabItem > *  | 
          ,  | 
        
        
           | 
           | 
          char *  | 
          ,  | 
        
        
           | 
           | 
          int  | 
          ,  | 
        
        
           | 
           | 
          int  | 
          ,  | 
        
        
           | 
           | 
          std::string  | 
          ,  | 
        
        
           | 
           | 
          std::string  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ printSymbTab()
      
        
          | void printSymbTab  | 
          ( | 
          std::unordered_map< std::string, SymTabItem > *  | 
           | ) | 
           | 
        
      
 
 
◆ search()
◆ TypeConv()
      
        
          | void TypeConv  | 
          ( | 
          std::unordered_map< std::string, SymTabItem > *  | 
           | ) | 
           | 
        
      
 
 
◆ Undeclaration_Error()
      
        
          | void Undeclaration_Error  | 
          ( | 
          std::unordered_map< std::string, SymTabItem > *  | 
          ,  | 
        
        
           | 
           | 
          std::string  | 
            | 
        
        
           | 
          ) | 
           |  |