ucx/cx/map.h

branch
newapi
changeset 187
24ce2c326d85
parent 174
0358f1d9c506
child 253
087cc9216f28
equal deleted inserted replaced
186:5db4979bf482 187:24ce2c326d85
144 * A pointer to the value. 144 * A pointer to the value.
145 */ 145 */
146 void *value; 146 void *value;
147 }; 147 };
148 148
149 /**
150 * A shared instance of an empty map.
151 *
152 * Writing to that map is undefined.
153 */
149 extern CxMap *const cxEmptyMap; 154 extern CxMap *const cxEmptyMap;
150 155
151 /** 156 /**
152 * Advises the map to store copies of the objects (default mode of operation). 157 * Advises the map to store copies of the objects (default mode of operation).
153 * 158 *

mercurial