Dirent_Selector.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Dirent_Selector.inl,v 4.5 2006/02/10 10:05:58 jwillemsen Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE int
00008 ACE_Dirent_Selector::length (void) const
00009 {
00010   return n_;
00011 }
00012 
00013 ACE_INLINE ACE_DIRENT *
00014 ACE_Dirent_Selector::operator[] (const int n) const
00015 {
00016   return this->namelist_[n];
00017 }
00018 
00019 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:50 2006 for ACE by doxygen 1.3.6