PLUTO
INT_LIST Struct Reference

#include <structs.h>

Public Attributes

int indx [2046]
 Array of integers containg variables indices. More...
 
int nvar
 Number of variables. More...
 
int i
 Internal counter. More...
 

Detailed Description

The List defines a collection of integer values typically used as argument to the FOR_EACH() macro.

Definition at line 328 of file structs.h.

Member Data Documentation

int INT_LIST::i

Internal counter.

Definition at line 331 of file structs.h.

int INT_LIST::indx[2046]

Array of integers containg variables indices.

Definition at line 329 of file structs.h.

int INT_LIST::nvar

Number of variables.

Definition at line 330 of file structs.h.


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