libcontrac
A library for contact tracing
Data Fields
MatchList Struct Reference

The head of a match list. More...

Data Fields

size_t count
 
MatchListItem * first
 
MatchListItem * last
 

Detailed Description

The head of a match list.

This is an opaque structure that represents the head of the list. Each item in the list captures a match between an RPI and a DTK.

This is the object usually passed as the first parameter of every non-static function.

The structure typedef is in match.h

An opaque structure that represents the head of the list.

The internal structure can be found in match.c


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