ESF_Proxy_List.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: ESF_Proxy_List.inl 73791 2006-07-27 20:54:56Z wotte $
00004 
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template<class PROXY> ACE_INLINE ACE_Unbounded_Set_Iterator<PROXY*>
00008 TAO_ESF_Proxy_List<PROXY>::begin (void)
00009 {
00010   return this->impl_.begin ();
00011 }
00012 
00013 template<class PROXY> ACE_INLINE ACE_Unbounded_Set_Iterator<PROXY*>
00014 TAO_ESF_Proxy_List<PROXY>::end (void)
00015 {
00016   return this->impl_.end ();
00017 }
00018 
00019 template<class PROXY> ACE_INLINE size_t
00020 TAO_ESF_Proxy_List<PROXY>::size (void) const
00021 {
00022   return this->impl_.size ();
00023 }
00024 
00025 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:43:47 2010 for TAO_ESF by  doxygen 1.4.7