Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 112b0974ad288f6cd55bf971ee6026a9 > files > 1521

libqt3-devel-3.0.2-2mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /tmp/qt-3.0-reggie-28534/qt-x11-free-3.0.2/doc/qmap.doc:41 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>QMap Class</title>
<style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
 <a href="index.html">
<font color="#004faf">Home</font></a>
 | <a href="classes.html">
<font color="#004faf">All&nbsp;Classes</font></a>
 | <a href="mainclasses.html">
<font color="#004faf">Main&nbsp;Classes</font></a>
 | <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
 | <a href="groups.html">
<font color="#004faf">Grouped&nbsp;Classes</font></a>
 | <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QMap Class Reference</h1>

<p>The QMap class is a value-based template class that provides
a dictionary.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qmap-h.html">qmap.h</a>&gt;</tt>
<p><a href="qmap-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li><div class=fn>typedef Key&nbsp;<a href="#key_type"><b>key_type</b></a></div></li>
<li><div class=fn>typedef T&nbsp;<a href="#mapped_type"><b>mapped_type</b></a></div></li>
<li><div class=fn>typedef QPair&lt;const&nbsp;key_type,&nbsp;mapped_type&gt;&nbsp;<a href="#value_type"><b>value_type</b></a></div></li>
<li><div class=fn>typedef value_type&nbsp;*&nbsp;<a href="#pointer"><b>pointer</b></a></div></li>
<li><div class=fn>typedef const&nbsp;value_type&nbsp;*&nbsp;<a href="#const_pointer"><b>const_pointer</b></a></div></li>
<li><div class=fn>typedef value_type&nbsp;&amp;&nbsp;<a href="#reference"><b>reference</b></a></div></li>
<li><div class=fn>typedef const&nbsp;value_type&nbsp;&amp;&nbsp;<a href="#const_reference"><b>const_reference</b></a></div></li>
<li><div class=fn>typedef size_t&nbsp;<a href="#size_type"><b>size_type</b></a></div></li>
<li><div class=fn>typedef QMapIterator&lt;Key,&nbsp;T&gt;&nbsp;<a href="#iterator"><b>iterator</b></a></div></li>
<li><div class=fn>typedef QMapConstIterator&lt;Key,&nbsp;T&gt;&nbsp;<a href="#const_iterator"><b>const_iterator</b></a></div></li>
<li><div class=fn><a href="#QMap"><b>QMap</b></a> ()</div></li>
<li><div class=fn><a href="#QMap-2"><b>QMap</b></a> ( const&nbsp;QMap&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
<li><div class=fn><a href="#QMap-3"><b>QMap</b></a> ( const&nbsp;std::map&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
<li><div class=fn><a href="#~QMap"><b>~QMap</b></a> ()</div></li>
<li><div class=fn>QMap&lt;Key, T&gt; &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;QMap&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
<li><div class=fn>QMap&lt;Key, T&gt; &amp; <a href="#operator-eq-2"><b>operator=</b></a> ( const&nbsp;std::map&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
<li><div class=fn>iterator <a href="#begin"><b>begin</b></a> ()</div></li>
<li><div class=fn>iterator <a href="#end"><b>end</b></a> ()</div></li>
<li><div class=fn>const_iterator <a href="#begin-2"><b>begin</b></a> () const</div></li>
<li><div class=fn>const_iterator <a href="#end-2"><b>end</b></a> () const</div></li>
<li><div class=fn>iterator <a href="#replace"><b>replace</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k, const&nbsp;T&nbsp;&amp;&nbsp;v )</div></li>
<li><div class=fn>size_type <a href="#size"><b>size</b></a> () const</div></li>
<li><div class=fn>bool <a href="#empty"><b>empty</b></a> () const</div></li>
<li><div class=fn>QPair&lt;iterator, bool&gt; <a href="#insert-2"><b>insert</b></a> ( const&nbsp;value_type&nbsp;&amp;&nbsp;x )</div></li>
<li><div class=fn>void <a href="#erase"><b>erase</b></a> ( iterator&nbsp;it )</div></li>
<li><div class=fn>void <a href="#erase-2"><b>erase</b></a> ( const&nbsp;key_type&nbsp;&amp;&nbsp;k )</div></li>
<li><div class=fn>size_type <a href="#count"><b>count</b></a> ( const&nbsp;key_type&nbsp;&amp;&nbsp;k ) const</div></li>
<li><div class=fn>T &amp; <a href="#operator[]"><b>operator[]</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k )</div></li>
<li><div class=fn>void <a href="#clear"><b>clear</b></a> ()</div></li>
<li><div class=fn>typedef QMapIterator&lt;Key,&nbsp;T&gt;&nbsp;<a href="#Iterator"><b>Iterator</b></a></div></li>
<li><div class=fn>typedef QMapConstIterator&lt;Key,&nbsp;T&gt;&nbsp;<a href="#ConstIterator"><b>ConstIterator</b></a></div></li>
<li><div class=fn>typedef T&nbsp;<a href="#ValueType"><b>ValueType</b></a></div></li>
<li><div class=fn>iterator <a href="#find"><b>find</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k )</div></li>
<li><div class=fn>const_iterator <a href="#find-2"><b>find</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const</div></li>
<li><div class=fn>const T &amp; <a href="#operator[]-2"><b>operator[]</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const</div></li>
<li><div class=fn>bool <a href="#contains"><b>contains</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const</div></li>
<li><div class=fn>size_type <a href="#count-2"><b>count</b></a> () const</div></li>
<li><div class=fn>bool <a href="#isEmpty"><b>isEmpty</b></a> () const</div></li>
<li><div class=fn>iterator <a href="#insert"><b>insert</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;key, const&nbsp;T&nbsp;&amp;&nbsp;value, bool&nbsp;overwrite = TRUE )</div></li>
<li><div class=fn>void <a href="#remove"><b>remove</b></a> ( iterator&nbsp;it )</div></li>
<li><div class=fn>void <a href="#remove-2"><b>remove</b></a> ( const&nbsp;Key&nbsp;&amp;&nbsp;k )</div></li>
</ul>
<h2>Protected Members</h2>
<ul>
<li><div class=fn>void <a href="#detach"><b>detach</b></a> ()</div></li>
</ul>
<h2>Related Functions</h2>
<ul>
<li><div class=fn>QDataStream &amp; <a href="#operator-gt-gt"><b>operator&gt;&gt;</b></a> ( QDataStream&nbsp;&amp;&nbsp;s, QMap&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
<li><div class=fn>QDataStream &amp; <a href="#operator-lt-lt"><b>operator&lt;&lt;</b></a> ( QDataStream&nbsp;&amp;&nbsp;s, const&nbsp;QMap&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )</div></li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>


<p> The QMap class is a value-based template class that provides
a dictionary.
<p> 



<p> QMap is a Qt implementation of an STL-like map container.  It
can be used in your application if the standard <tt>map</tt> is not
available.  QMap is part of the <a href="qtl.html">Qt Template
  Library</a>.
<p> QMap&lt;Key, Data&gt; defines a template instance to create a
dictionary with keys of type Key and values of type Data. QMap does
not store pointers to the members of the map; instead, it holds a
copy of every member. For that reason, QMap is value-based, whereas
<a href="qptrlist.html">QPtrList</a> and <a href="qdict.html">QDict</a> are pointer-based.
<p> QMap contains and manages a collection of objects of type Data with
associated key values of type Key and provides iterators that allow
the contained objects to be addressed.  QMap owns the contained
items.
<p> Some classes cannot be used within a QMap. For example everything
derived from <a href="qobject.html">QObject</a> and thus all classes that implement widgets.
Only values can be used in a QMap. To qualify as a value, the class
must provide
<p> <ul>
<li> A copy constructor
<li> An assignment operator
<li> A default constructor, i.e. a constructor that does not take any arguments.
</ul>
<p> Note that C++ defaults to field-by-field assignment operators and
copy constructors if no explicit version is supplied. In many cases,
this is sufficient.
<p> The class used for the key requires that the <tt>operator&lt;</tt> is implemented
to define ordering of the keys.
<p> QMap's function naming is consistent with the other Qt classes
(e.g., <a href="#count">count</a>(), <a href="#isEmpty">isEmpty</a>()). QMap also provides extra functions for
compatibility with STL algorithms, such as <a href="#size">size</a>() and <a href="#empty">empty</a>().
Programmers already familiar with the STL <tt>map</tt> can use these
functions instead.
<p> Example:
<a name="qmap-eg"></a>
<pre>
    #include &lt;<a href="qstring-h.html">qstring.h</a>&gt;
    #include &lt;<a href="qmap-h.html">qmap.h</a>&gt;
    #include &lt;<a href="qstring-h.html">qstring.h</a>&gt;

    class Employee
    {
    public:
        Employee(): sn(0) {}
        Employee( const <a href="qstring.html">QString</a>&amp; forename, const <a href="qstring.html">QString</a>&amp; surname, int salary )
            : fn(forename), sn(surname), sal(salary)
        { }

        <a href="qstring.html">QString</a> forename() const { return fn; }
        <a href="qstring.html">QString</a> surname() const { return sn; }
        int salary() const { return sal; }
        void setSalary( int salary ) { sal = salary; }

    private:
        <a href="qstring.html">QString</a> fn;
        <a href="qstring.html">QString</a> sn;
        int sal;
    };

    int main(int argc, char **argv)
    {
        <a href="qapplication.html">QApplication</a> app( argc, argv );

        typedef QMap&lt;QString, Employee&gt; EmployeeMap;
        EmployeeMap map;

        map["JD001"] = Employee("John", "Doe", 50000);
        map["JD002"] = Employee("Jane", "Williams", 80000);
        map["TJ001"] = Employee("Tom", "Jones", 60000);

        Employee sasha( "Sasha", "Hind", 50000 );
        map["SH001"] = sasha;
        sasha.setSalary( 40000 );

        EmployeeMap::<a href="#Iterator">Iterator</a> it;
        for ( it = map.begin(); it != map.end(); ++it ) {
            printf( "%s: %s, %s earns %d\n",
                    it.key().latin1(),
                    it.data().surname().latin1(),
                    it.data().forename().latin1(),
                    it.data().salary() );
        }
        return 0;
    }
</pre>
 
<p> Program output:
<pre>
    JD001: Doe, John earns 50000
    JW002: Williams, Jane earns 80000
    SH001: Hind, Sasha earns 50000
    TJ001: Jones, Tom earns 60000
</pre>
 
<p> The latest changes to Sasha's salary did not affect the value in
the list because the map created a copy of Sasha's entry. In
addition, notice that the items are sorted alphabetically (by key)
when iterating over the map.
<p> There are several ways to find items in a map.  The <a href="#begin">begin</a>() and
<a href="#end">end</a>() functions return iterators to the beginning and end of the
map. The advantage of using an iterator is that you can move
forward or backward by incrementing/decrementing the iterator.  The
iterator returned by end() points to the element which is one past
the last element in the container. The past-the-end iterator is
still associated with the map it belongs to, however it is <em>not</em>
dereferenceable; <a href="qpoint.html#operator*-4">operator*</a>() will not return a well-defined value.
If the map is empty, the iterator returned by begin() will equal
the iterator returned by end().
<p> Another way to find an element in the map is by using the <a href="#find">find</a>()
function. This returns an iterator pointing to the desired
item or to the end() iterator if no such element exists.
<p> Another approach uses the operator[]. But be warned: if the map does
not contain an entry for the element you are looking for, operator[]
inserts a default value.  If you do not know that the element you
are searching for is really in the list, you should not use
operator[]. The following example illustrates this:
<p> <pre>
        QMap&lt;QString,QString&gt; map;
        map["Clinton"] = "Bill";
        str &lt;&lt; map["Clinton"] &lt;&lt; map["Bush"] &lt;&lt; endl;

  </pre>
 
<p> The code fragment will print out "Clinton", "".  Since the value
associated with the "Bush" key did not exist, the map inserted a
default value (in this case, an empty string).  If you are not
sure whether a certain element is in the map, you should use find()
and iterators instead.
<p> If you just want to know whether a certain key is contained in the
map, use the <a href="#contains">contains</a>() function. In addition, <a href="#count">count</a>() tells you how
many keys there are currently in the map.
<p> It is safe to have multiple iterators at the same time. If some
member of the map is removed, only iterators pointing to the removed
member become invalid; inserting in the map does not invalidate any
iterators.
<p> Since QMap is value-based, there is no need to be concerned about deleting
items in the map. The map holds its own copies and will free
them if the corresponding member or the map itself is deleted.
<p> QMap is <a href="shclass.html#implicitly-shared">implicitly shared</a>. This means you can just make copies of
the map in time O(1). If multiple QMap instances share the same data
and one is modifying the map's data, this modifying instance
makes a copy and modifies its private copy; it thus does not affect
other instances.  From a developer's point of view you can think
that a QMap and a copy of this map have nothing to do with each
other. If a QMap is being used in a multi-threaded program, you must
protect all access to the map. See <a href="qmutex.html">QMutex</a>.
<p> There are several ways of inserting new items into the map. One
uses the <a href="#insert">insert</a>() method; the other one uses operator[] like this:
<pre>
    QMap&lt;QString, QString&gt; map;
    map["Clinton"] = "Bill";
    map.<a href="#insert">insert</a>( qMakePair("Bush", "George") );
  </pre>
 
<p> Items can also be removed from the map in several ways. The first is
to pass an iterator to <a href="#remove">remove</a>(). The other is to pass a key
value to remove(), which will delete the entry with the requested
key. In addition you can clear the entire map using the <a href="#clear">clear</a>()
method.
<p> <p>See also <a href="qmapiterator.html">QMapIterator</a>, <a href="qtl.html">Qt Template Library Classes</a>, <a href="shared.html">Implicitly and Explicitly Shared Classes</a> and <a href="tools.html">Non-GUI Classes</a>.

<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="ConstIterator"></a>QMap::ConstIterator</h3> 
The map's const iterator type, Qt style.
<h3 class=fn><a name="Iterator"></a>QMap::Iterator</h3> 
The map's iterator type, Qt style. 
<h3 class=fn><a name="ValueType"></a>QMap::ValueType</h3> 
Corresponds to <a href="qpair.html">QPair</a>&lt;key_type, mapped_type&gt;, Qt style.
<h3 class=fn><a name="const_iterator"></a>QMap::const_iterator</h3> 
The map's const iterator type.
<h3 class=fn><a name="const_pointer"></a>QMap::const_pointer</h3> 
Const pointer to value_type.
<h3 class=fn><a name="const_reference"></a>QMap::const_reference</h3> 
Const reference to value_type.
<h3 class=fn><a name="iterator"></a>QMap::iterator</h3> 
The map's iterator type.
<h3 class=fn><a name="key_type"></a>QMap::key_type</h3> 
The map's key type. 
<h3 class=fn><a name="mapped_type"></a>QMap::mapped_type</h3> 
The map's data type. 
<h3 class=fn><a name="pointer"></a>QMap::pointer</h3> 
Pointer to value_type.
<h3 class=fn><a name="reference"></a>QMap::reference</h3> 
Reference to value_type.
<h3 class=fn><a name="size_type"></a>QMap::size_type</h3> 
An unsigned integral type, used to represent various sizes. 
<h3 class=fn><a name="value_type"></a>QMap::value_type</h3> 
Corresponds to <a href="qpair.html">QPair</a>&lt;key_type, mapped_type&gt;. 
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="QMap"></a>QMap::QMap ()
</h3>

Constructs an empty map.

<h3 class=fn><a name="QMap-2"></a>QMap::QMap ( const&nbsp;<a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3>

Constructs a copy of <em>m</em>.
<p> This operation costs O(1) time because QMap is <a href="shclass.html#implicitly-shared">implicitly shared</a>.  The
first instance of applying modifications to a shared map will create a
copy that takes in turn O(n) time. However, returning a QMap from a
function is very fast.

<h3 class=fn><a name="QMap-3"></a>QMap::QMap ( const&nbsp;std::map&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3> 
Constructs a copy of <em>m</em>.

<h3 class=fn><a name="~QMap"></a>QMap::~QMap ()
</h3>

<p> Destroys the map. References to the values in the map and all
iterators of this map become invalidated. Since QMap is highly tuned
for performance you won't see warnings if you use invalid iterators,
because it is not possible for an iterator to check whether it is
valid or not.

<h3 class=fn><a href="qmap.html#iterator">iterator</a> <a name="begin"></a>QMap::begin ()
</h3>

<p> Returns an iterator pointing to the first element in the map. This
iterator equals <a href="#end">end</a>() if the map is empty.
<p> The items in the map are traversed in the order defined by
operator&lt;(Key, Key).
<p> <p>See also <a href="#end">end</a>() and <a href="qmapiterator.html">QMapIterator</a>.

<h3 class=fn><a href="qmap.html#const_iterator">const_iterator</a> <a name="begin-2"></a>QMap::begin () const
</h3>

<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <p>See also <a href="#end">end</a>() and <a href="qmapconstiterator.html">QMapConstIterator</a>.

<h3 class=fn>void <a name="clear"></a>QMap::clear ()
</h3>

Removes all items from the map.
<p> <p>See also <a href="#remove">remove</a>().

<h3 class=fn>bool <a name="contains"></a>QMap::contains ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const
</h3>

<p> Returns TRUE if the map contains an item with key <em>k</em>; otherwise
returns FALSE.

<h3 class=fn><a href="qmap.html#size_type">size_type</a> <a name="count"></a>QMap::count ( const&nbsp;<a href="qmap.html#key_type">key_type</a>&nbsp;&amp;&nbsp;k ) const
</h3> 
<p> Returns the number of items whose key is <em>k</em>. Since QMap does
not allow duplicate keys, the return value is always 0 or 1.
<p> This function is provided for STL compatibility.

<h3 class=fn><a href="qmap.html#size_type">size_type</a> <a name="count-2"></a>QMap::count () const
</h3> 
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> 
<p> Returns the number of items in the map.
<p> <p>See also <a href="#isEmpty">isEmpty</a>().

<h3 class=fn>void <a name="detach"></a>QMap::detach ()<tt> [protected]</tt>
</h3>

If the map does not share its data with another QMap instance,
nothing happens; otherwise the function creates a new copy of this
map and detaches from the shared one. This function is called
whenever the map is modified.  The <a href="shclass.html#implicit-sharing">implicit sharing</a> mechanism is
implemented this way.

<h3 class=fn>bool <a name="empty"></a>QMap::empty () const
</h3> 
<p> Returns TRUE if the map contains zero items; otherwise returns FALSE.
<p> This function is provided for STL compatibility. It is equivalent
to <a href="#isEmpty">isEmpty</a>().
<p> <p>See also <a href="#size">size</a>().

<h3 class=fn><a href="qmap.html#iterator">iterator</a> <a name="end"></a>QMap::end ()
</h3>

<p> The iterator returned by <a href="#end">end</a>() points to the element which is one
past the last element in the container. The past-the-end iterator
is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="qpoint.html#operator*-4">operator*</a>() will not return a well-defined
value. 
<p> This iterator equals <a href="#begin">begin</a>() if the map is empty.
<p> <p>See also <a href="#begin">begin</a>() and <a href="qmapiterator.html">QMapIterator</a>.

<h3 class=fn><a href="qmap.html#const_iterator">const_iterator</a> <a name="end-2"></a>QMap::end () const
</h3>

<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> The iterator returned by <a href="#end">end</a>() points to the element which is one
past the last element in the container. The past-the-end iterator
is still associated with the map it belongs to, however it is <em>not</em> dereferenceable; <a href="qpoint.html#operator*-4">operator*</a>() will not return a well-defined
value. 
<p> This iterator equals <a href="#begin">begin</a>() if the map is empty.
<p> <p>See also <a href="#begin">begin</a>() and <a href="qmapconstiterator.html">QMapConstIterator</a>.

<h3 class=fn>void <a name="erase"></a>QMap::erase ( <a href="qmap.html#iterator">iterator</a>&nbsp;it )
</h3> 
<p> Removes the item associated with the iterator <em>it</em> from the map.
<p> This function is provided for STL compatibility. It is equivalent
to <a href="#remove">remove</a>().
<p> <p>See also <a href="#clear">clear</a>().

<h3 class=fn>void <a name="erase-2"></a>QMap::erase ( const&nbsp;<a href="qmap.html#key_type">key_type</a>&nbsp;&amp;&nbsp;k )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> 
<p> Removes the item with the key <em>k</em> from the map.

<h3 class=fn><a href="qmap.html#iterator">iterator</a> <a name="find"></a>QMap::find ( const&nbsp;Key&nbsp;&amp;&nbsp;k )
</h3>

<p> Returns an iterator pointing to the element with key <em>k</em> in the map.
<p> Returns <a href="#end">end</a>() if no key matched.
<p> <p>See also <a href="qmapiterator.html">QMapIterator</a>.

<h3 class=fn><a href="qmap.html#const_iterator">const_iterator</a> <a name="find-2"></a>QMap::find ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const
</h3>

<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns an iterator pointing to the element with key <em>k</em> in the map.
<p> Returns <a href="#end">end</a>() if no key matched.
<p> <p>See also <a href="qmapconstiterator.html">QMapConstIterator</a>.

<h3 class=fn><a href="qmap.html#iterator">iterator</a> <a name="insert"></a>QMap::insert ( const&nbsp;Key&nbsp;&amp;&nbsp;key, const&nbsp;T&nbsp;&amp;&nbsp;value, bool&nbsp;overwrite = TRUE )
</h3>

<p> Inserts the <em>value</em> with <em>key</em>. If there is already a value
associated with <em>key</em>, it is replaced, unless <em>overwrite</em> is
FALSE (it is TRUE by default). 

<h3 class=fn><a href="qpair.html">QPair</a>&lt;iterator,&nbsp;bool&gt; <a name="insert-2"></a>QMap::insert ( const&nbsp;<a href="qmap.html#value_type">value_type</a>&nbsp;&amp;&nbsp;x )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> 
<p> Inserts the (key, value) pair <em>x</em> into the map.  <em>x</em> is a <a href="qpair.html">QPair</a>
whose <tt>first</tt> element is a key to be inserted and whose <tt>second</tt>
element is the associated value to be inserted.  Returns a pair
whose <tt>first</tt> element is an iterator pointing to the inserted item
and whose <tt>second</tt> element is a bool indicating TRUE if <em>x</em> was
inserted and FALSE if it was not inserted because it was already
present.

<h3 class=fn>bool <a name="isEmpty"></a>QMap::isEmpty () const
</h3>

<p> Returns TRUE if the map contains zero items; otherwise returns FALSE.
<p> <p>See also <a href="#count">count</a>().

<h3 class=fn><a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp; <a name="operator-eq"></a>QMap::operator= ( const&nbsp;<a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3>

Assigns <em>m</em> to this map and returns a reference to this map.
<p> All iterators of the current map become invalidated by this
operation.  The cost of such an assignment is O(1), because QMap is
<a href="shclass.html#implicitly-shared">implicitly shared</a>.

<h3 class=fn><a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp; <a name="operator-eq-2"></a>QMap::operator= ( const&nbsp;std::map&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3> 
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Assigns <em>m</em> to this map and returns a reference to this map.
<p> All iterators of the current map become invalidated by this
operation.

<h3 class=fn>T &amp; <a name="operator[]"></a>QMap::operator[] ( const&nbsp;Key&nbsp;&amp;&nbsp;k )
</h3>

Returns the value associated with the key <em>k</em>. If no such
key is present, an empty item is inserted with this key
and a reference to the item is returned.
<p> You can use this operator both for reading and writing:
<pre>
    QMap&lt;QString, QString&gt; map;
    map["Clinton"] = "Bill";
    stream &lt;&lt; map["Clinton"];
  </pre>
 

<h3 class=fn>const T &amp; <a name="operator[]-2"></a>QMap::operator[] ( const&nbsp;Key&nbsp;&amp;&nbsp;k ) const
</h3> 
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> <b>Warning:</b> This function differs from the non-const version of the
same function.  It will <em>not</em> insert an empty value if the key <em>k</em>
does not exist.  This may lead to logic errors in your program.  You
should check if the element exists before calling this function.
<p> Returns the value associated with the key <em>k</em>. If no such
key is present, a reference to an empty item is returned.

<h3 class=fn>void <a name="remove"></a>QMap::remove ( <a href="qmap.html#iterator">iterator</a>&nbsp;it )
</h3>

<p> Removes the item associated with the iterator <em>it</em> from the map.
<p> <p>See also <a href="#clear">clear</a>().

<h3 class=fn>void <a name="remove-2"></a>QMap::remove ( const&nbsp;Key&nbsp;&amp;&nbsp;k )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> 
<p> Removes the item with the key <em>k</em> from the map.

<h3 class=fn><a href="qmap.html#iterator">iterator</a> <a name="replace"></a>QMap::replace ( const&nbsp;Key&nbsp;&amp;&nbsp;k, const&nbsp;T&nbsp;&amp;&nbsp;v )
</h3> 
<p> Replaces the value with key <em>k</em> from the map if possible, and
inserts the new value <em>v</em> with key <em>k</em> in the map.
<p> <p>See also <a href="#insert">insert</a>() and <a href="#remove">remove</a>().

<h3 class=fn><a href="qmap.html#size_type">size_type</a> <a name="size"></a>QMap::size () const
</h3> 
<p> Returns the number of items in the map.
<p> This function is provided for STL compatibility. It is equivalent
to <a href="#count">count</a>().
<p> <p>See also <a href="#empty">empty</a>().

<hr><h2>Related Functions</h2>
<h3 class=fn><a href="qdatastream.html">QDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="qdatastream.html">QDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3>


Writes the map <em>m</em> to the stream <em>s</em>. The types <em>Key</em> and <em>T</em>
must implement the streaming operator as well.

<h3 class=fn><a href="qdatastream.html">QDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="qdatastream.html">QDataStream</a>&nbsp;&amp;&nbsp;s, <a href="qmap.html">QMap</a>&lt;Key,&nbsp;T&gt;&nbsp;&amp;&nbsp;m )
</h3>


Reads the map <em>m</em> from the stream <em>s</em>. The types <em>Key</em> and <em>T</em>
must implement the streaming operator as well.

<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>.
Copyright &copy; 1995-2001
<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright &copy; 2001 
<a href="http://www.trolltech.com">Trolltech</a><td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt version 3.0.2</div>
</table></div></address></body>
</html>