CVector  4.1.0
A C++ style vector library in strict ANSI C (C89)
Data Fields
f_struct Struct Reference

Structure used to test generic vector. More...

#include "test_types.h"

Data Fields

double d
 
int i
 
char * word
 

Detailed Description

Structure used to test generic vector.

Definition at line 13 of file test_types.h.

Field Documentation

◆ d

double f_struct::d

Definition at line 15 of file test_types.h.

◆ i

int f_struct::i

Definition at line 16 of file test_types.h.

◆ word

char* f_struct::word

Definition at line 17 of file test_types.h.


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