OSFI-C  3.10.0
OpenSF Integration Library
osfi_vecString_t Struct Reference

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

#include <OSFIC.h>

Data Fields

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

Detailed Description

Vector of string values, with size and contents.


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