Obstack_T.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Obstack_T.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template <class CHAR> ACE_INLINE size_t
00008 ACE_Obstack_T<CHAR>::length () const
00009 {
00010   return this->size_ / sizeof (CHAR);
00011 }
00012 
00013 template <class CHAR> ACE_INLINE size_t
00014 ACE_Obstack_T<CHAR>::size () const
00015 {
00016   return this->size_;
00017 }
00018 
00019 ACE_END_VERSIONED_NAMESPACE_DECL

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