Obstack_T.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Obstack_T.inl 74069 2006-08-16 10:18:47Z johnnyw $
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 Sun Jan 27 12:05:32 2008 for ACE by doxygen 1.3.6