libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
mir_bitfield Struct Reference

A bitfield declaration. More...

#include <mir.h>

Collaboration diagram for mir_bitfield:

Data Fields

dstring_t name
 Name of the bitfield.
 
uint32_t size
 Size in bits of the bitfield.
 
mir_bitfield_field_tfields
 Array of fields.
 
unsigned int fields_length
 Number of elements on the fields array.
 
unsigned int _fields_size
 Size of the allocated memory for fields array.
 

Detailed Description

A bitfield declaration.

Definition at line 50 of file mir.h.

Field Documentation

◆ _fields_size

unsigned int mir_bitfield::_fields_size

Size of the allocated memory for fields array.

Definition at line 56 of file mir.h.

◆ fields

mir_bitfield_field_t* mir_bitfield::fields

Array of fields.

Definition at line 54 of file mir.h.

◆ fields_length

unsigned int mir_bitfield::fields_length

Number of elements on the fields array.

Definition at line 55 of file mir.h.

◆ name

dstring_t mir_bitfield::name

Name of the bitfield.

Definition at line 52 of file mir.h.

◆ size

uint32_t mir_bitfield::size

Size in bits of the bitfield.

Definition at line 53 of file mir.h.


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