#include <set.hh>

Standard library typedefs | |
| typedef T_ | value_type |
| typedef T_ & | reference |
| typedef const T_ & | const_reference |
Iteration | |
|
typedef WrappedForwardIterator < ConstIteratorTag, const T_ > | ConstIterator |
|
typedef WrappedOutputIterator < InserterTag, T_ > | Inserter |
| ConstIterator | begin () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ConstIterator | end () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| ConstIterator | find (const T_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| Inserter | inserter () |
Basic operations | |
| Set () | |
| ~Set () | |
Content information | |
| bool | empty () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| unsigned | size () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
| unsigned | count (const T_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Content modification | |
| void | insert (const T_ &) |
| void | erase (const T_ &) |
| void | clear () |
1.5.5