Code Listener  [unstable] git snapshot
Data Fields
Storage Struct Reference

a value type representing the whole serialised model of code More...

#include <storage.hh>

Collaboration diagram for Storage:
Collaboration graph
[legend]

Data Fields

TypeDb types
 type info lookup container More...
 
VarDb vars
 variables lookup container More...
 
FncDb fncs
 functions lookup container More...
 
NameDb varNames
 var names lookup container More...
 
NameDb fncNames
 fnc names lookup container More...
 
CallGraph::Graph callGraph
 call graph globals More...
 
PointsTo::GlobalData ptd
 global PT-info More...
 

Detailed Description

a value type representing the whole serialised model of code

Definition at line 867 of file storage.hh.

Field Documentation

CallGraph::Graph callGraph

call graph globals

Definition at line 873 of file storage.hh.

NameDb fncNames

fnc names lookup container

Definition at line 872 of file storage.hh.

FncDb fncs

functions lookup container

Definition at line 870 of file storage.hh.

global PT-info

Definition at line 874 of file storage.hh.

TypeDb types

type info lookup container

Definition at line 868 of file storage.hh.

NameDb varNames

var names lookup container

Definition at line 871 of file storage.hh.

VarDb vars

variables lookup container

Definition at line 869 of file storage.hh.


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