P4C
The P4 Compiler
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ordered_set< T, COMP, ALLOC >::sorted_iterator Class Reference
Inheritance diagram for ordered_set< T, COMP, ALLOC >::sorted_iterator:
[legend]

Public Member Functions

bool operator!= (const sorted_iterator i) const
 
const T & operator* () const
 
sorted_iterator operator++ ()
 
sorted_iterator operator++ (int)
 
sorted_iterator operator-- ()
 
sorted_iterator operator-- (int)
 
const T * operator-> () const
 
bool operator== (const sorted_iterator i) const
 

Friends

class ordered_set