librnr  1.14.5
RoadNarrows Robotics Common Library 1
AssocMapVoidPoint_T Struct Reference

#include <assoc.h>

Public Attributes

void * x
 the x value associates
 
void * y
 with this y value (and vice versa).
 

Detailed Description

Base associative map data point structure type.

Association:
x <–> y where x,y are of types void*.
Note
Although there are no restrictions to either the names or the values, be careful about shadowing. The library searches always return the first match, hiding any potential subsequent matches.

Definition at line 169 of file assoc.h.


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