osurs  0.0.1
Data Fields
seat_t Struct Reference

A seat. More...

#include <types.h>

Data Fields

int seat_id
 
int res_count
 
int * res_id_arr
 

Detailed Description

A seat.

A seat contains an array of reservations.

Field Documentation

◆ res_count

int seat_t::res_count

Number of reservations.

◆ res_id_arr

int* seat_t::res_id_arr

Array that contains each reservation id.

◆ seat_id

int seat_t::seat_id

Seat id.


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