OCR Project
Loading...
Searching...
No Matches
CharGrid Struct Reference

A rectangular character grid. More...

#include <solver.h>

Public Attributes

char * cells
int rows
int cols

Detailed Description

A rectangular character grid.

Member Data Documentation

◆ cells

char* CharGrid::cells

Flat array [row * cols + col] of uppercase letters.

◆ cols

int CharGrid::cols

Number of columns.

◆ rows

int CharGrid::rows

Number of rows.


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