blob: 2faa049903174868f8c0c80a5ecbdca1789852dd [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>activemq-cpp-3.4.0: src/main/decaf/util/StlSet.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">activemq-cpp-3.4.0</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('_stl_set_8h.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<h1>src/main/decaf/util/StlSet.h</h1> </div>
</div>
<div class="contents">
<a href="_stl_set_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef _DECAF_UTIL_STLSET_H_</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define _DECAF_UTIL_STLSET_H_</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;set&gt;</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;memory&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;decaf/util/NoSuchElementException.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;decaf/util/concurrent/Synchronizable.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;decaf/util/concurrent/Mutex.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;decaf/util/Iterator.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;decaf/util/AbstractSet.h&gt;</span>
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="keyword">namespace </span>decaf{
<a name="l00031"></a>00031 <span class="keyword">namespace </span>util{
<a name="l00032"></a>00032
<a name="l00038"></a>00038 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> E&gt;
<a name="l00039"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html">00039</a> <span class="keyword">class </span><a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet</a> : <span class="keyword">public</span> decaf::util::<a class="code" href="classdecaf_1_1util_1_1_abstract_set.html" title="This class provides a skeletal implementation of the Set interface to minimize the effort required to...">AbstractSet</a>&lt;E&gt; {
<a name="l00040"></a>00040 <span class="keyword">private</span>:
<a name="l00041"></a>00041
<a name="l00042"></a>00042 std::set&lt;E&gt; values;
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="keyword">private</span>:
<a name="l00045"></a>00045
<a name="l00046"></a>00046 <span class="keyword">class </span>SetIterator : <span class="keyword">public</span> <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator</a>&lt;E&gt; {
<a name="l00047"></a>00047 <span class="keyword">private</span>:
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <span class="keyword">typename</span> std::set&lt;E&gt;::iterator current;
<a name="l00050"></a>00050 <span class="keyword">typename</span> std::set&lt;E&gt;::iterator previous;
<a name="l00051"></a>00051 <span class="keyword">typename</span> std::set&lt;E&gt;* <span class="keyword">set</span>;
<a name="l00052"></a>00052
<a name="l00053"></a>00053 <span class="keyword">private</span>:
<a name="l00054"></a>00054
<a name="l00055"></a>00055 SetIterator( <span class="keyword">const</span> SetIterator&amp; );
<a name="l00056"></a>00056 SetIterator <a class="code" href="classdecaf_1_1util_1_1_abstract_collection.html#abfaad5fd7043694c69777ee8cae6d15e" title="Assignment Operator, copy element from the source collection to this collection after clearing any el...">operator= </a>( <span class="keyword">const</span> SetIterator&amp; );
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="keyword">public</span>:
<a name="l00059"></a>00059
<a name="l00060"></a>00060 SetIterator( <span class="keyword">typename</span> std::set&lt;E&gt;* <span class="keyword">set</span> ) :
<a name="l00061"></a>00061 <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator&lt;E&gt;</a>(), current( set-&gt;begin() ), previous( set-&gt;begin() ), <span class="keyword">set</span>( <span class="keyword">set</span> ) {
<a name="l00062"></a>00062 }
<a name="l00063"></a>00063
<a name="l00064"></a>00064 <span class="keyword">virtual</span> ~SetIterator() {}
<a name="l00065"></a>00065
<a name="l00066"></a>00066 <span class="keyword">virtual</span> E next() {
<a name="l00067"></a>00067 <span class="keywordflow">if</span>( this-&gt;current == set-&gt;end() ) {
<a name="l00068"></a>00068 <span class="keywordflow">throw</span> <a class="code" href="classdecaf_1_1util_1_1_no_such_element_exception.html">NoSuchElementException</a>(
<a name="l00069"></a>00069 __FILE__, __LINE__,
<a name="l00070"></a>00070 <span class="stringliteral">&quot;Set::Iterator::next - No more elements to return&quot;</span> );
<a name="l00071"></a>00071 }
<a name="l00072"></a>00072
<a name="l00073"></a>00073 this-&gt;previous = this-&gt;current;
<a name="l00074"></a>00074 <span class="keywordflow">return</span> *( this-&gt;current++ );
<a name="l00075"></a>00075 }
<a name="l00076"></a>00076
<a name="l00077"></a>00077 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> hasNext()<span class="keyword"> const </span>{
<a name="l00078"></a>00078 <span class="keywordflow">return</span> ( this-&gt;current != set-&gt;end() );
<a name="l00079"></a>00079 }
<a name="l00080"></a>00080
<a name="l00081"></a>00081 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <span class="keyword">remove</span>() {
<a name="l00082"></a>00082 <span class="keywordflow">if</span>( this-&gt;previous == set-&gt;end() ) {
<a name="l00083"></a>00083 <span class="keywordflow">throw</span> <a class="code" href="classdecaf_1_1lang_1_1exceptions_1_1_illegal_state_exception.html">lang::exceptions::IllegalStateException</a>(
<a name="l00084"></a>00084 __FILE__, __LINE__,
<a name="l00085"></a>00085 <span class="stringliteral">&quot;Set::Iterator::remove - Invalid State to call remove&quot;</span> );
<a name="l00086"></a>00086 }
<a name="l00087"></a>00087
<a name="l00088"></a>00088 this-&gt;<span class="keyword">set</span>-&gt;erase( this-&gt;previous );
<a name="l00089"></a>00089 this-&gt;previous = this-&gt;<span class="keyword">set</span>-&gt;end();
<a name="l00090"></a>00090 }
<a name="l00091"></a>00091 };
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="keyword">class </span>ConstSetIterator : <span class="keyword">public</span> <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator</a>&lt;E&gt; {
<a name="l00094"></a>00094 <span class="keyword">private</span>:
<a name="l00095"></a>00095
<a name="l00096"></a>00096 <span class="keyword">typename</span> std::set&lt;E&gt;::const_iterator current;
<a name="l00097"></a>00097 <span class="keyword">typename</span> std::set&lt;E&gt;::const_iterator previous;
<a name="l00098"></a>00098 <span class="keyword">const</span> <span class="keyword">typename</span> std::set&lt;E&gt;* <span class="keyword">set</span>;
<a name="l00099"></a>00099
<a name="l00100"></a>00100 <span class="keyword">private</span>:
<a name="l00101"></a>00101
<a name="l00102"></a>00102 ConstSetIterator( <span class="keyword">const</span> ConstSetIterator&amp; );
<a name="l00103"></a>00103 ConstSetIterator <a class="code" href="classdecaf_1_1util_1_1_abstract_collection.html#abfaad5fd7043694c69777ee8cae6d15e" title="Assignment Operator, copy element from the source collection to this collection after clearing any el...">operator= </a>( <span class="keyword">const</span> ConstSetIterator&amp; );
<a name="l00104"></a>00104
<a name="l00105"></a>00105 <span class="keyword">public</span>:
<a name="l00106"></a>00106
<a name="l00107"></a>00107 ConstSetIterator( <span class="keyword">const</span> <span class="keyword">typename</span> std::set&lt;E&gt;* <span class="keyword">set</span> ) :
<a name="l00108"></a>00108 <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator&lt;E&gt;</a>(), current( set-&gt;begin() ), previous( set-&gt;begin() ), <span class="keyword">set</span>( <span class="keyword">set</span> ) {
<a name="l00109"></a>00109 }
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="keyword">virtual</span> ~ConstSetIterator() {}
<a name="l00112"></a>00112
<a name="l00113"></a>00113 <span class="keyword">virtual</span> E next() {
<a name="l00114"></a>00114 <span class="keywordflow">if</span>( this-&gt;current == set-&gt;end() ) {
<a name="l00115"></a>00115 <span class="keywordflow">throw</span> <a class="code" href="classdecaf_1_1util_1_1_no_such_element_exception.html">NoSuchElementException</a>(
<a name="l00116"></a>00116 __FILE__, __LINE__,
<a name="l00117"></a>00117 <span class="stringliteral">&quot;Set::Iterator::next - No more elements to return&quot;</span> );
<a name="l00118"></a>00118 }
<a name="l00119"></a>00119
<a name="l00120"></a>00120 this-&gt;previous = this-&gt;current;
<a name="l00121"></a>00121 <span class="keywordflow">return</span> *( this-&gt;current++ );
<a name="l00122"></a>00122 }
<a name="l00123"></a>00123
<a name="l00124"></a>00124 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> hasNext()<span class="keyword"> const </span>{
<a name="l00125"></a>00125 <span class="keywordflow">return</span> ( this-&gt;current != set-&gt;end() );
<a name="l00126"></a>00126 }
<a name="l00127"></a>00127
<a name="l00128"></a>00128 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <span class="keyword">remove</span>() {
<a name="l00129"></a>00129 <span class="keywordflow">throw</span> <a class="code" href="classdecaf_1_1lang_1_1exceptions_1_1_unsupported_operation_exception.html">lang::exceptions::UnsupportedOperationException</a>(
<a name="l00130"></a>00130 __FILE__, __LINE__,
<a name="l00131"></a>00131 <span class="stringliteral">&quot;Set::Iterator::remove - Not Valid on a Const Iterator&quot;</span> );
<a name="l00132"></a>00132 }
<a name="l00133"></a>00133 };
<a name="l00134"></a>00134
<a name="l00135"></a>00135 <span class="keyword">public</span>:
<a name="l00136"></a>00136
<a name="l00140"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a5e9f7324fd1d590d4d0c9c65d2627137">00140</a> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a5e9f7324fd1d590d4d0c9c65d2627137" title="Default constructor - does nothing.">StlSet</a>() : <a class="code" href="classdecaf_1_1util_1_1_abstract_set.html" title="This class provides a skeletal implementation of the Set interface to minimize the effort required to...">AbstractSet</a>&lt;E&gt;(), values() {}
<a name="l00141"></a>00141
<a name="l00147"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a1c966756865dbac043f352b2d13997ac">00147</a> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a1c966756865dbac043f352b2d13997ac" title="Copy constructor - copies the content of the given set into this one.">StlSet</a>( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet</a>&amp; source ) : <a class="code" href="classdecaf_1_1util_1_1_abstract_set.html" title="This class provides a skeletal implementation of the Set interface to minimize the effort required to...">AbstractSet</a>&lt;E&gt;(), values() {
<a name="l00148"></a>00148 <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27752f1d7597319ae18d32b715b12471" title="Renders this Collection as a Copy of the given Collection.The default implementation iterates over th...">copy</a>( source );
<a name="l00149"></a>00149 }
<a name="l00150"></a>00150
<a name="l00156"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27b8112c172afad094e773d09501dfa2">00156</a> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27b8112c172afad094e773d09501dfa2" title="Copy constructor - copies the content of the given set into this one.">StlSet</a>( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_collection.html" title="The root interface in the collection hierarchy.">Collection&lt;E&gt;</a>&amp; source ) : <a class="code" href="classdecaf_1_1util_1_1_abstract_set.html" title="This class provides a skeletal implementation of the Set interface to minimize the effort required to...">AbstractSet</a>&lt;E&gt;(), values() {
<a name="l00157"></a>00157 <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27752f1d7597319ae18d32b715b12471" title="Renders this Collection as a Copy of the given Collection.The default implementation iterates over th...">AbstractSet&lt;E&gt;::copy</a>( source );
<a name="l00158"></a>00158 }
<a name="l00159"></a>00159
<a name="l00160"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a42dd024637cddc02f6c516ff5df35160">00160</a> <span class="keyword">virtual</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a42dd024637cddc02f6c516ff5df35160">~StlSet</a>() {}
<a name="l00161"></a>00161
<a name="l00165"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aa87d4ea61779f97c6691503f5fbfa60e">00165</a> <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator&lt;E&gt;</a>* <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aa87d4ea61779f97c6691503f5fbfa60e" title="an iterator over a set of elements of type T.">iterator</a>() {
<a name="l00166"></a>00166 <span class="keywordflow">return</span> <span class="keyword">new</span> SetIterator( &amp;values );
<a name="l00167"></a>00167 }
<a name="l00168"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aeac8e1034c21a61fd7ebecf705d8476a">00168</a> <a class="code" href="classdecaf_1_1util_1_1_iterator.html" title="Defines an object that can be used to iterate over the elements of a collection.">Iterator&lt;E&gt;</a>* <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aeac8e1034c21a61fd7ebecf705d8476a">iterator</a>()<span class="keyword"> const </span>{
<a name="l00169"></a>00169 <span class="keywordflow">return</span> <span class="keyword">new</span> ConstSetIterator( &amp;values );
<a name="l00170"></a>00170 }
<a name="l00171"></a>00171
<a name="l00175"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ab4df864edb02b2a6d83727b291943792">00175</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ab4df864edb02b2a6d83727b291943792" title="Answers true if this Collection and the one given are the same size and if each element contained in ...">equals</a>( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_collection.html" title="The root interface in the collection hierarchy.">Collection&lt;E&gt;</a>&amp; collection )<span class="keyword"> const </span>{
<a name="l00176"></a>00176
<a name="l00177"></a>00177 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet&lt;E&gt;</a>* setptr = <span class="keyword">dynamic_cast&lt;</span><span class="keyword">const </span><a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet&lt;E&gt;</a>*<span class="keyword">&gt;</span>( &amp;collection );
<a name="l00178"></a>00178 <span class="keywordflow">if</span>( setptr == NULL ) {
<a name="l00179"></a>00179 <span class="keywordflow">return</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ab4df864edb02b2a6d83727b291943792" title="Answers true if this Collection and the one given are the same size and if each element contained in ...">AbstractSet&lt;E&gt;::equals</a>( collection );
<a name="l00180"></a>00180 }
<a name="l00181"></a>00181
<a name="l00182"></a>00182 <span class="keywordflow">return</span> this-&gt;values == setptr-&gt;values;
<a name="l00183"></a>00183 }
<a name="l00184"></a>00184
<a name="l00188"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27752f1d7597319ae18d32b715b12471">00188</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27752f1d7597319ae18d32b715b12471" title="Renders this Collection as a Copy of the given Collection.The default implementation iterates over th...">copy</a>( <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_collection.html" title="The root interface in the collection hierarchy.">Collection&lt;E&gt;</a>&amp; collection ) {
<a name="l00189"></a>00189
<a name="l00190"></a>00190 <span class="keyword">const</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet&lt;E&gt;</a>* setptr = <span class="keyword">dynamic_cast&lt;</span><span class="keyword">const </span><a class="code" href="classdecaf_1_1util_1_1_stl_set.html" title="Set template that wraps around a std::set to provide a more user-friendly interface and to provide co...">StlSet&lt;E&gt;</a>*<span class="keyword">&gt;</span>( &amp;collection );
<a name="l00191"></a>00191 <span class="keywordflow">if</span>( setptr == NULL ) {
<a name="l00192"></a>00192 <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a27752f1d7597319ae18d32b715b12471" title="Renders this Collection as a Copy of the given Collection.The default implementation iterates over th...">AbstractSet&lt;E&gt;::copy</a>( collection );
<a name="l00193"></a>00193 <span class="keywordflow">return</span>;
<a name="l00194"></a>00194 }
<a name="l00195"></a>00195
<a name="l00196"></a>00196 this-&gt;values.clear();
<a name="l00197"></a>00197 this-&gt;values = setptr-&gt;values;
<a name="l00198"></a>00198 }
<a name="l00199"></a>00199
<a name="l00203"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a1defd6f60553dd7ba6a4fab18c6bdabd">00203</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a1defd6f60553dd7ba6a4fab18c6bdabd" title="Removes all of the elements from this collection (optional operation).The collection will be empty af...">clear</a>() {
<a name="l00204"></a>00204 values.clear();
<a name="l00205"></a>00205 }
<a name="l00206"></a>00206
<a name="l00210"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ab203c6cf0da4c03378ba35fe8d512f3d">00210</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ab203c6cf0da4c03378ba35fe8d512f3d" title="Returns true if this collection contains the specified element.More formally, returns true if and onl...">contains</a>( <span class="keyword">const</span> E&amp; value )<span class="keyword"> const </span>{
<a name="l00211"></a>00211 <span class="keyword">typename</span> std::set&lt;E&gt;::const_iterator iter;
<a name="l00212"></a>00212 iter = values.find( value );
<a name="l00213"></a>00213 <span class="keywordflow">return</span> iter != values.end();
<a name="l00214"></a>00214 }
<a name="l00215"></a>00215
<a name="l00219"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aa391fd63ff29e978efca3b96a85e508e">00219</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#aa391fd63ff29e978efca3b96a85e508e">isEmpty</a>()<span class="keyword"> const </span>{
<a name="l00220"></a>00220 <span class="keywordflow">return</span> values.empty();
<a name="l00221"></a>00221 }
<a name="l00222"></a>00222
<a name="l00226"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ae35ee29bb4a6b7ca33acacd7878e2992">00226</a> <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#ae35ee29bb4a6b7ca33acacd7878e2992">size</a>()<span class="keyword"> const </span>{
<a name="l00227"></a>00227 <span class="keywordflow">return</span> (<span class="keywordtype">int</span>)values.size();
<a name="l00228"></a>00228 }
<a name="l00229"></a>00229
<a name="l00233"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a4aef71940be9f9ae70f1c06be81557e3">00233</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a4aef71940be9f9ae70f1c06be81557e3" title="Returns true if this collection changed as a result of the call.(Returns false if this collection doe...">add</a>( <span class="keyword">const</span> E&amp; value ) {
<a name="l00234"></a>00234 <span class="keywordflow">return</span> values.insert( value ).second;
<a name="l00235"></a>00235 }
<a name="l00236"></a>00236
<a name="l00240"></a><a class="code" href="classdecaf_1_1util_1_1_stl_set.html#a66bcff749e8f3d2f0121eb179985f5ce">00240</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <span class="keyword">remove</span>( <span class="keyword">const</span> E&amp; value ) {
<a name="l00241"></a>00241 <span class="keywordflow">return</span> values.erase( value ) != 0;
<a name="l00242"></a>00242 }
<a name="l00243"></a>00243
<a name="l00244"></a>00244 };
<a name="l00245"></a>00245
<a name="l00246"></a>00246 }}
<a name="l00247"></a>00247
<a name="l00248"></a>00248 <span class="preprocessor">#endif </span><span class="comment">/*_DECAF_UTIL_STLSET_H_*/</span>
</pre></div></div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="_stl_set_8h.html">StlSet.h</a> </li>
<li class="footer">Generated on Mon Apr 25 2011 for activemq-cpp-3.4.0 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
</body>
</html>