function: map_ulls_insert | library: avlmap |
Name
map_ulls_insert
Synopsis
int map_ulls_insert( MAP mapping, const unsigned long long * key )
Description
map_ulls_insert inserts a new member in a mapping with a key type of string of unsigned long long, unless an exactly matching member already exists in this mapping. If a new member is inserted, it becomes the active member, is initialized with no data, is made ready to be assigned data, and its (no type) data type is returned. If an existing member is found, it becomes the active member, and its data type is returned.
Arguments
Return values
Errors
The errno value is set by system functions when an error occurs.
See also
avlmap index page
The documentation, source code, and derived compilations are Copyright © 2000 by Philip Howard. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |