tico 0.1
Mechanical Watch Terminal Timegrapher
Data Fields
myarr Struct Reference

A struct to hold an array of integers or an array of doubles, along with the length of the arrays. More...

#include <myarr.h>

Data Fields

int * arr
 
double * arrd
 
size_t ArrayLength
 

Detailed Description

A struct to hold an array of integers or an array of doubles, along with the length of the arrays.

Field Documentation

◆ arr

int* myarr::arr

◆ ArrayLength

size_t myarr::ArrayLength

◆ arrd

double* myarr::arrd

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