OSFI-C  3.10.0
OpenSF Integration Library
osfi_vecBoolean_t Struct Reference

Vector of Boolean values, with size and contents. More...

#include <OSFIC.h>

Data Fields

int count
 Number of elements in the vector, never negative.
 
bool values []
 Values, at indices 0..count-1.
 

Detailed Description

Vector of Boolean values, with size and contents.


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