3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 2 Aug 2003 <nathan@codesourcery.com>
11 normal_iterator(const T& __i);
15 template<typename _Tp>
18 void end() const { normal_iterator<const _Tp*> (this->pt); }
19 void size() const { end(); }
26 typedef void (MuonTag::*Selector)();
31 vector<MuonTag::Selector> _selectors;