Code Listener  [unstable] git snapshot
Public Types | Data Fields
NameDb Struct Reference

name to UID mapping for global/static symbols More...

#include <storage.hh>

Public Types

typedef std::map< std::string,
int > 
TNameMap
 
typedef std::map< std::string,
TNameMap
TFileMap
 

Data Fields

TNameMap glNames
 
TFileMap lcNames
 

Detailed Description

name to UID mapping for global/static symbols

Definition at line 272 of file storage.hh.

Member Typedef Documentation

typedef std::map<std::string, TNameMap> TFileMap

Definition at line 274 of file storage.hh.

typedef std::map<std::string, int > TNameMap

Definition at line 273 of file storage.hh.

Field Documentation

TNameMap glNames

Definition at line 276 of file storage.hh.

TFileMap lcNames

Definition at line 277 of file storage.hh.


The documentation for this struct was generated from the following file: