X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseArray.ih;h=71e7dd0a763200d08773ff31e708b79ccdfa69b2;hb=85ab07d100a382467a42e19d741d403a7a96c951;hp=3ced579f2c0c979c19ffa29fb72ec07be31bcbb3;hpb=3e42ecb22121f2e6df86b27bea73f890384a4ee4;p=senf.git diff --git a/Packets/ParseArray.ih b/Packets/ParseArray.ih index 3ced579..71e7dd0 100644 --- a/Packets/ParseArray.ih +++ b/Packets/ParseArray.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -38,26 +38,26 @@ class senf::impl::Parse_Array_iterator public: Parse_Array_iterator(); explicit Parse_Array_iterator(Iterator const & i); - + // Needed to elide the []-proxy of iterator_facade Parser operator[](int i) const; Iterator raw() const; protected: - + private: friend class boost::iterator_core_access; - + Parser dereference() const; bool equal(Parse_Array_iterator const & other) const; int distance_to(Parse_Array_iterator const & other) const; void increment(); void decrement(); void advance(int n); - + Iterator i_; -}; +}; ///////////////////////////////ih.e//////////////////////////////////////// #endif @@ -65,5 +65,8 @@ private: // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: