All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_val Struct Reference

Detailed Description

Represents a value

Definition at line 61 of file as_val.h.

#include "as_val.h"

+ Inheritance diagram for as_val:
+ Collaboration diagram for as_val:

Data Fields

uint32_t count
 
bool free
 
as_val_t type
 

Field Documentation

uint32_t as_val::count

Reference count Values are ref counted. To increment the count, use as_val_reserve()

Definition at line 68 of file as_val.h.

bool as_val::free

Value can be freed. Should be false for stack allocated values.

Definition at line 79 of file as_val.h.

as_val_t as_val::type

Value type

Definition at line 73 of file as_val.h.


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