Spicy
Public Member Functions | Public Attributes | List of all members
hilti::context::CacheEntry Struct Reference

#include <context.h>

Public Member Functions

 CacheEntry (std::shared_ptr< Unit > unit)
 

Public Attributes

std::shared_ptr< Unitunit
 

Detailed Description

Caches information about an already processed module. Note that these are "living" objects that keep being updated during AST processing. Only once "final" is set, the information is assumed to correct and no longer changing.

Member Data Documentation

◆ unit

std::shared_ptr<Unit> hilti::context::CacheEntry::unit

cached unit


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