All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_cdt_ctx_item Struct Reference

Detailed Description

Nested CDT context level.

Definition at line 55 of file as_cdt_ctx.h.

#include "as_cdt_ctx.h"

+ Collaboration diagram for as_cdt_ctx_item:

Data Fields

uint32_t type
 
union { 
 
   int64_t   ival 
 
   as_val *   pval 
 
val 
 

Field Documentation

◆ ival

int64_t as_cdt_ctx_item::ival

Definition at line 59 of file as_cdt_ctx.h.

◆ pval

as_val* as_cdt_ctx_item::pval

Definition at line 60 of file as_cdt_ctx.h.

◆ type

uint32_t as_cdt_ctx_item::type

Definition at line 56 of file as_cdt_ctx.h.

◆ [union]

union { ... } as_cdt_ctx_item::val

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