Read_Buffer.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Read_Buffer.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 // Accessor to the number of bytes in the buffer.
00008 
00009 ACE_INLINE size_t
00010 ACE_Read_Buffer::size (void) const
00011 {
00012   ACE_TRACE ("ACE_Read_Buffer::size");
00013   return this->size_;
00014 }
00015 
00016 // The total number of characters replaced.
00017 
00018 ACE_INLINE size_t
00019 ACE_Read_Buffer::replaced (void) const
00020 {
00021   ACE_TRACE ("ACE_Read_Buffer::replaced");
00022   return this->occurrences_;
00023 }
00024 
00025 ACE_INLINE ACE_Allocator *
00026 ACE_Read_Buffer::alloc (void) const
00027 {
00028   ACE_TRACE ("ACE_Read_Buffer::alloc");
00029   return this->allocator_;
00030 }
00031 
00032 ACE_END_VERSIONED_NAMESPACE_DECL

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