src/cx/hash_key.h

changeset 1424
563033aa998c
parent 1403
09eca27b27e9
equal deleted inserted replaced
1423:9a72258446cd 1424:563033aa998c
176 * The computation uses the in-memory representation that might not be 176 * The computation uses the in-memory representation that might not be
177 * the same on different platforms. Therefore, this hash should not be 177 * the same on different platforms. Therefore, this hash should not be
178 * used for data exchange with different machines. 178 * used for data exchange with different machines.
179 * 179 *
180 * @param obj a pointer to an arbitrary object 180 * @param obj a pointer to an arbitrary object
181 * @param len the length of object in memory 181 * @param len the length of the object in memory
182 * @return the hash key 182 * @return the hash key
183 */ 183 */
184 cx_attr_nodiscard 184 cx_attr_nodiscard
185 cx_attr_access_r(1, 2) 185 cx_attr_access_r(1, 2)
186 cx_attr_export 186 cx_attr_export

mercurial