|
From: <sv...@va...> - 2005-10-15 17:50:09
|
Author: njn Date: 2005-10-15 18:50:02 +0100 (Sat, 15 Oct 2005) New Revision: 4934 Log: Comment-only changes. Modified: trunk/include/pub_tool_oset.h Modified: trunk/include/pub_tool_oset.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/include/pub_tool_oset.h 2005-10-15 17:46:18 UTC (rev 4933) +++ trunk/include/pub_tool_oset.h 2005-10-15 17:50:02 UTC (rev 4934) @@ -75,7 +75,6 @@ =20 // * Create: allocates an initialises the OSet. Arguments: // - keyOff The offset of the key within the element. -// - elemSize The size of the element. // - cmp The comparison function between keys and elements, or N= ULL // if the OSet should use fast comparisons. // - alloc The allocation function used for allocating the OSet it= self; @@ -110,6 +109,10 @@ /*--- Operations on OSets ---*/ /*--------------------------------------------------------------------*/ =20 +// In everything that follows, the parameter 'key' is always the *addres= s* +// of the key, and 'elem' is *address* of the elem, as are the return va= lues +// of the functions that return elems. +// // * Size: The number of elements in the set. // // * Contains: Determines if any element in the OSet matches the key. |