![]() |
librnr
1.14.5
RoadNarrows Robotics Common Library 1
|
#include <assoc.h>
Public Attributes | |
| AssocMapVoidPoint_T * | m_tblAssocMap |
| associative map table | |
| size_t | m_tblSize |
| number of entries in table | |
| AssocMapVoidCmp_T | m_opXCmp |
| return 0 if x1 == x2 | |
| AssocMapVoidCmp_T | m_opYCmp |
| return 0 if y1 == y2 | |
| AssocMapVoidPoint_T * | m_pMapDft |
| default x, y point | |
Base associative mapper structure type.
The structure holds an associative map plus operators on that map.