Unbounded_Set_Ex.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Unbounded_Set_Ex.inl 81624 2008-05-06 17:14:57Z wotte $
00004 
00005 #include "ace/Global_Macros.h"
00006 
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 template <class T, class C> ACE_INLINE bool
00010 ACE_Unbounded_Set_Ex<T,C>::is_empty (void) const
00011 {
00012   ACE_TRACE ("ACE_Unbounded_Set_Ex<T>::is_empty");
00013   return this->head_ == this->head_->next_;
00014 }
00015 
00016 template <class T, class C> ACE_INLINE bool
00017 ACE_Unbounded_Set_Ex<T, C>::is_full (void) const
00018 {
00019   ACE_TRACE ("ACE_Unbounded_Set_Ex<T>::is_full");
00020   return 0; // We should implement a "node of last resort for this..."
00021 }
00022 
00023 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:18:43 2010 for ACE by  doxygen 1.4.7