src/cx/map.h

changeset 714
34565d898f1f
parent 710
2dd409ed056f
child 759
475335643af4
equal deleted inserted replaced
713:724e42ba6114 714:34565d898f1f
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