#include <ESF_Proxy_RB_Tree.h>
Public Types | |
| typedef ACE_RB_Tree_Iterator< PROXY *, int, ACE_Less_Than< PROXY * >, ACE_Null_Mutex > | Implementation |
Public Member Functions | |
| TAO_ESF_Proxy_RB_Tree_Iterator (const Implementation &i) | |
| bool | operator== (const TAO_ESF_Proxy_RB_Tree_Iterator< PROXY > &rhs) const |
| bool | operator!= (const TAO_ESF_Proxy_RB_Tree_Iterator< PROXY > &rhs) const |
| TAO_ESF_Proxy_RB_Tree_Iterator< PROXY > & | operator++ (void) |
| TAO_ESF_Proxy_RB_Tree_Iterator< PROXY > | operator++ (int) |
| PROXY * | operator * (void) |
Private Attributes | |
| Implementation | impl_ |
Definition at line 26 of file ESF_Proxy_RB_Tree.h.
|
|||||
|
Definition at line 33 of file ESF_Proxy_RB_Tree.h. |
|
||||||||||
|
Definition at line 9 of file ESF_Proxy_RB_Tree.i.
00010 : impl_ (i) 00011 { 00012 } |
|
||||||||||
|
Definition at line 44 of file ESF_Proxy_RB_Tree.i.
00045 {
00046 return (*this->impl_).key ();
00047 }
|
|
||||||||||
|
Definition at line 22 of file ESF_Proxy_RB_Tree.i. References TAO_ESF_Proxy_RB_Tree_Iterator< PROXY >::impl_.
|
|
||||||||||
|
Definition at line 36 of file ESF_Proxy_RB_Tree.i.
00037 {
00038 TAO_ESF_Proxy_RB_Tree_Iterator<PROXY> tmp = *this;
00039 ++this->impl_;
00040 return tmp;
00041 }
|
|
||||||||||
|
Definition at line 29 of file ESF_Proxy_RB_Tree.i.
00030 {
00031 ++this->impl_;
00032 return *this;
00033 }
|
|
||||||||||
|
Definition at line 15 of file ESF_Proxy_RB_Tree.i. References TAO_ESF_Proxy_RB_Tree_Iterator< PROXY >::impl_.
|
|
|||||
|
Definition at line 44 of file ESF_Proxy_RB_Tree.h. Referenced by TAO_ESF_Proxy_RB_Tree_Iterator< PROXY >::operator!=(), and TAO_ESF_Proxy_RB_Tree_Iterator< PROXY >::operator==(). |
1.3.6