2 #include "zipios++/zipios-config.h"
25 ConstEntries cep_vec ;
26 cep_vec.reserve( _entries.size() ) ;
27 Entries::const_iterator cit ;
28 for ( cit = _entries.begin() ; cit != _entries.end() ; ++cit )
29 cep_vec.push_back( *cit ) ;
35 MatchPath matchpath )
const {
39 Entries::const_iterator iter ;
40 if ( matchpath == MATCH )
44 if ( iter == _entries.end() )
60 return _entries.size() ;