LinkedList 0.1
Implementing a simple linked-list in C++
Student Struct Reference

The data to be stored in the list. More...

#include <linked-list.h>

Data Fields

uint32_t nmec
 Student number.
 
char * name
 Student name.
 

Detailed Description

The data to be stored in the list.


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