Cthulhu  0.2.10
Cthulhu compiler collection
tree_storage_t Struct Reference

storage for a value More...

#include <context.h>

Collaboration diagram for tree_storage_t:

Data Fields

const tree_tstorage
 the underlying storage type More...
 
size_t length
 the count of elements More...
 
tree_quals_t quals
 the qualifiers for the storage More...
 

Detailed Description

storage for a value

Definition at line 22 of file context.h.

Field Documentation

◆ length

size_t tree_storage_t::length

the count of elements

Definition at line 28 of file context.h.

◆ quals

tree_quals_t tree_storage_t::quals

the qualifiers for the storage

Definition at line 31 of file context.h.

◆ storage

const tree_t* tree_storage_t::storage

the underlying storage type

Definition at line 25 of file context.h.


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