Home
last modified time | relevance | path

Searched refs:ConstIterator (Results 26 – 50 of 5385) sorted by relevance

12345678910>>...216

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dwifi-mac-queue.h85 using Queue<WifiMacQueueItem>::ConstIterator;
124 bool Insert (ConstIterator pos, Ptr<WifiMacQueueItem> item);
155 ConstIterator PeekByAddress (Mac48Address dest, ConstIterator pos = EMPTY) const;
167 ConstIterator PeekByTid (uint8_t tid, ConstIterator pos = EMPTY) const;
182ConstIterator PeekByTidAndAddress (uint8_t tid, Mac48Address dest, ConstIterator pos = EMPTY) cons…
219 ConstIterator Remove (ConstIterator pos, bool removeExpired = false);
296 inline bool TtlExceeded (ConstIterator &it, const Time& now);
311 bool DoEnqueue (ConstIterator pos, Ptr<WifiMacQueueItem> item);
320 Ptr<WifiMacQueueItem> DoDequeue (ConstIterator pos);
329 Ptr<WifiMacQueueItem> DoRemove (ConstIterator pos);
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfHeader.h222 class ConstIterator; variable
459 class Header::ConstIterator
463 ConstIterator ();
475 friend bool operator == (const ConstIterator &, const ConstIterator &);
476 friend bool operator != (const ConstIterator &, const ConstIterator &);
550 Header::ConstIterator::ConstIterator (): _i() in ConstIterator() function
556 Header::ConstIterator::ConstIterator in ConstIterator() function
564 Header::ConstIterator::ConstIterator (const Header::Iterator &other): in ConstIterator() function
570 inline Header::ConstIterator &
602 operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfHeader.h222 class ConstIterator; variable
459 class Header::ConstIterator
463 ConstIterator ();
475 friend bool operator == (const ConstIterator &, const ConstIterator &);
476 friend bool operator != (const ConstIterator &, const ConstIterator &);
550 Header::ConstIterator::ConstIterator (): _i() in ConstIterator() function
556 Header::ConstIterator::ConstIterator in ConstIterator() function
564 Header::ConstIterator::ConstIterator (const Header::Iterator &other): in ConstIterator() function
570 inline Header::ConstIterator &
602 operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dlinkedlist.h56 class ConstIterator; variable
125 class ConstIterator
140 ConstIterator &Next() in Next()
145 ConstIterator &Prev() in Prev()
151 ConstIterator operator++(int) { ConstIterator copy(*this); Next(); return copy; }
153 ConstIterator operator--(int) { ConstIterator copy(*this); Prev(); return copy; }
358 class ConstIterator
373 ConstIterator &Next() in Next()
378 ConstIterator &Prev() in Prev()
384 ConstIterator operator++(int) { ConstIterator copy(*this); Next(); return copy; }
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkLevelSetEquationContainer.h124 class ConstIterator
127 ConstIterator() = default;
129 ~ConstIterator() = default;
133 ConstIterator & operator++()
138 ConstIterator operator++(int)
140 ConstIterator tmp( *this );
144 ConstIterator & operator--()
149 ConstIterator operator--(int)
246 friend class ConstIterator; variable
252 ConstIterator Begin() const;
[all …]
H A DitkLevelSetContainerBase.h100 class ConstIterator
103 ConstIterator( ) = default;
105 ~ConstIterator() = default;
110 ConstIterator & operator++()
115 ConstIterator operator++(int)
117 ConstIterator tmp( *this );
121 ConstIterator & operator--()
126 ConstIterator operator--(int)
227 friend class ConstIterator; variable
233 ConstIterator Begin() const;
[all …]
H A DitkLevelSetEquationTermContainer.h141 class ConstIterator
144 ConstIterator() = default;
146 ~ConstIterator() = default;
150 ConstIterator & operator++()
155 ConstIterator operator++(int)
157 ConstIterator tmp( *this );
161 ConstIterator & operator--()
166 ConstIterator operator--(int)
263 friend class ConstIterator; variable
269 ConstIterator Begin() const;
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/include/
H A DitkImageToListSampleAdaptor.h141 class ConstIterator
152 ConstIterator(const ConstIterator & iter) : in ConstIterator() function
157 ConstIterator & operator=(const ConstIterator & iter)
205 ConstIterator() = delete;
216 public ConstIterator
223 ConstIterator(adaptor) in Iterator()
227 ConstIterator(iter) in Iterator()
238 ConstIterator(iter, iid) in Iterator()
248 ConstIterator & operator=(const ConstIterator & it) = delete;
274 ConstIterator Begin() const in Begin()
[all …]
H A DitkImageToNeighborhoodSampleAdaptor.h149 class ConstIterator
159 ConstIterator(const ConstIterator &iter) in ConstIterator() function
165 ConstIterator& operator=( const ConstIterator & iter )
187 ConstIterator& operator++()
206 ConstIterator( in ConstIterator() function
216 ConstIterator() = delete;
225 class Iterator : public ConstIterator
258 ConstIterator& operator=(const ConstIterator& it) = delete;
281 ConstIterator Begin() const in Begin()
285 ConstIterator iter(nIterator, 0); in Begin()
[all …]
H A DitkJointDomainImageToListSampleAdaptor.h183 class ConstIterator
194 ConstIterator(const ConstIterator & iter) in ConstIterator() function
200 ConstIterator & operator=(const ConstIterator & iter)
222 ConstIterator & operator++()
240 ConstIterator( in ConstIterator() function
249 ConstIterator() = delete;
259 class Iterator:public ConstIterator
289 ConstIterator & operator=(const ConstIterator & it) = delete;
310 ConstIterator Begin() const in Begin()
312 ConstIterator iter(this, 0); in Begin()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrcurve.cpp529 struct OGRSimpleCurve::ConstIterator::Private
539 OGRSimpleCurve::ConstIterator::ConstIterator(const OGRSimpleCurve* poSelf, int nPos): in ConstIterator() function in OGRSimpleCurve::ConstIterator
546 OGRSimpleCurve::ConstIterator::~ConstIterator() = default;
554 OGRSimpleCurve::ConstIterator& OGRSimpleCurve::ConstIterator::operator++() in operator ++()
560 bool OGRSimpleCurve::ConstIterator::operator!=(const ConstIterator& it) const in operator !=()
579 struct OGRCurve::ConstIterator::Private
588 OGRCurve::ConstIterator::ConstIterator(const OGRCurve* poSelf, bool bStart): in ConstIterator() function in OGRCurve::ConstIterator
599 OGRCurve::ConstIterator::~ConstIterator() = default;
606 OGRCurve::ConstIterator& OGRCurve::ConstIterator::operator++() in operator ++()
613 bool OGRCurve::ConstIterator::operator!=(const ConstIterator& it) const in operator !=()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrcurve.cpp529 struct OGRSimpleCurve::ConstIterator::Private
539 OGRSimpleCurve::ConstIterator::ConstIterator(const OGRSimpleCurve* poSelf, int nPos):
546 OGRSimpleCurve::ConstIterator::~ConstIterator() = default;
554 OGRSimpleCurve::ConstIterator& OGRSimpleCurve::ConstIterator::operator++()
560 bool OGRSimpleCurve::ConstIterator::operator!=(const ConstIterator& it) const
579 struct OGRCurve::ConstIterator::Private
588 OGRCurve::ConstIterator::ConstIterator(const OGRCurve* poSelf, bool bStart):
599 OGRCurve::ConstIterator::~ConstIterator() = default;
606 OGRCurve::ConstIterator& OGRCurve::ConstIterator::operator++()
613 bool OGRCurve::ConstIterator::operator!=(const ConstIterator& it) const
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrcurve.cpp529 struct OGRSimpleCurve::ConstIterator::Private
539 OGRSimpleCurve::ConstIterator::ConstIterator(const OGRSimpleCurve* poSelf, int nPos): in ConstIterator() function in OGRSimpleCurve::ConstIterator
546 OGRSimpleCurve::ConstIterator::~ConstIterator() = default;
554 OGRSimpleCurve::ConstIterator& OGRSimpleCurve::ConstIterator::operator++() in operator ++()
560 bool OGRSimpleCurve::ConstIterator::operator!=(const ConstIterator& it) const in operator !=()
579 struct OGRCurve::ConstIterator::Private
588 OGRCurve::ConstIterator::ConstIterator(const OGRCurve* poSelf, bool bStart): in ConstIterator() function in OGRCurve::ConstIterator
599 OGRCurve::ConstIterator::~ConstIterator() = default;
606 OGRCurve::ConstIterator& OGRCurve::ConstIterator::operator++() in operator ++()
613 bool OGRCurve::ConstIterator::operator!=(const ConstIterator& it) const in operator !=()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfHeader.h237 class ConstIterator; variable
538 class Header::ConstIterator
543 ConstIterator ();
561 friend bool operator == (const ConstIterator &, const ConstIterator &);
562 friend bool operator != (const ConstIterator &, const ConstIterator &);
636 Header::ConstIterator::ConstIterator (): _i() in ConstIterator() function
642 Header::ConstIterator::ConstIterator in ConstIterator() function
650 Header::ConstIterator::ConstIterator (const Header::Iterator &other): in ConstIterator() function
656 inline Header::ConstIterator &
688 operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfHeader.h209 class ConstIterator; variable
533 ConstIterator ();
551 friend bool operator == (const ConstIterator &, const ConstIterator &);
552 friend bool operator != (const ConstIterator &, const ConstIterator &);
626 Header::ConstIterator::ConstIterator (): _i() in ConstIterator() function
632 Header::ConstIterator::ConstIterator in ConstIterator() function
640 Header::ConstIterator::ConstIterator (const Header::Iterator &other): in ConstIterator() function
646 inline Header::ConstIterator &
657 ConstIterator tmp = *this;
678 operator == (const Header::ConstIterator &x, const Header::ConstIterator &y)
[all …]
H A DImfIDManifest.h148 ConstIterator begin() const;
152 ConstIterator end() const;
178 ConstIterator find(uint64_t idValue) const;
351 class IDManifest::ChannelGroupManifest::ConstIterator
355 ConstIterator ();
375 friend bool operator == (const ConstIterator &, const ConstIterator &);
376 friend bool operator != (const ConstIterator &, const ConstIterator &);
405 inline IDManifest::ChannelGroupManifest::ConstIterator::ConstIterator() {} in ConstIterator() function
415 inline IDManifest::ChannelGroupManifest::ConstIterator &
423 …(const IDManifest::ChannelGroupManifest::ConstIterator& a, const IDManifest::ChannelGroupManifest:…
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DirrList.h35 class ConstIterator;
83 friend class ConstIterator; variable
87 class ConstIterator
91 ConstIterator() : Current(0) {} in ConstIterator() function
112 ConstIterator operator + (s32 num) const { ConstIterator tmp = *this; return tmp += num; }
265 ConstIterator begin() const in begin()
267 return ConstIterator(First); in begin()
281 ConstIterator end() const in end()
283 return ConstIterator(0); in end()
297 ConstIterator getLast() const in getLast()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrList.h35 class ConstIterator;
83 friend class ConstIterator; variable
87 class ConstIterator
91 ConstIterator() : Current(0) {} in ConstIterator() function
112 ConstIterator operator + (s32 num) const { ConstIterator tmp = *this; return tmp += num; }
265 ConstIterator begin() const in begin()
267 return ConstIterator(First); in begin()
281 ConstIterator end() const in end()
283 return ConstIterator(0); in end()
297 ConstIterator getLast() const in getLast()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitesessionchangeset.h123 class SQLITE_EXPORT ConstIterator
132 ConstIterator(sqlite3_changeset_iter *sessionIterator) in ConstIterator() function
136 ConstIterator(const ConstIterator &) = delete;
137 void operator=(const ConstIterator &) = delete;
139 ConstIterator(ConstIterator &&other) in ConstIterator() function
147 ConstIterator &operator=(ConstIterator &&other)
155 ~ConstIterator();
157 friend void swap(ConstIterator &first, ConstIterator &second) noexcept in swap()
163 ConstIterator &operator++();
165 friend bool operator==(const ConstIterator &first, const ConstIterator &second)
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/XML/
H A DIterator.hpp118 friend class ConstIterator;
139 class ConstIterator { class
142 ConstIterator(void) : mNode(0) {} in ConstIterator() function in PACC::XML::ConstIterator
144 ConstIterator(const Node* inNode) : mNode(inNode) {} in ConstIterator() function in PACC::XML::ConstIterator
146 ConstIterator(const Iterator& inPos) : mNode(inPos.mNode) {} in ConstIterator() function in PACC::XML::ConstIterator
149 ConstIterator& operator++(void) { in operator ++()
155 ConstIterator operator++(int) { in operator ++()
157 ConstIterator lTmp = *this; in operator ++()
162 ConstIterator& operator--(void) { in operator --()
168 ConstIterator operator--(int) { in operator --()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dauxiliarydofs.hh69 struct ConstIterator struct in Dune::Fem::AuxiliaryDofs
72 ConstIterator () = default;
84 ConstIterator operator++ ( int ) { ConstIterator copy( *this ); ++(*this); return copy; } in operator ++() argument
127 ConstIterator begin () const { return ConstIterator( auxiliarys_, 0 ); } in begin()
128ConstIterator end () const { assert( size() > 0 ); return ConstIterator( auxiliarys_, size()-1 ); } in end()
281 struct ConstIterator struct
284 ConstIterator () = default;
286 ConstIterator ( int index, int auxiliary ) in ConstIterator() argument
303 ConstIterator operator++ ( int ) { ConstIterator copy( *this ); ++(*this); return copy; } in operator ++() argument
326 ConstIterator begin () const { return ConstIterator( auxiliaryDofs_, 0, 0 ); } in begin()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkVectorContainer.h102 class ConstIterator; variable
164 friend class ConstIterator; variable
213 friend class ConstIterator; variable
221 class ConstIterator
230 ConstIterator():m_Pos(0) {} in ConstIterator() function
233 ConstIterator & operator*() { return *this; }
234 ConstIterator * operator->() { return this; }
236 ConstIterator operator++(int) { ConstIterator temp(*this); ++m_Pos; ++m_Iter; return temp; }
238 ConstIterator operator--(int) { ConstIterator temp(*this); --m_Pos; --m_Iter; return temp; }
345 ConstIterator Begin() const;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Container/
H A DList.h116 ConstIterator() in ConstIterator() function
140 ConstIterator& operator ++()
149 ConstIterator it = *this; argument
155 ConstIterator& operator --()
241 ConstIterator i = Begin();
260 ConstIterator i = Begin();
293 void Insert(const Iterator& dest, const ConstIterator& start, const ConstIterator& end) in Insert()
296 ConstIterator it = start; in Insert()
378 ConstIterator it = Begin(); in Find()
391 ConstIterator Begin() const { return ConstIterator(Head()); } in Begin()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/src/src-shared/
H A DHOPSPACK_ParameterList.cpp82 ConstIterator i = params.find(name); in sublist()
212 ConstIterator i = params.find(name); in getParameter()
220 ConstIterator i = params.find(name); in getParameter()
228 ConstIterator i = params.find(name); in getParameter()
236 ConstIterator i = params.find(name); in getParameter()
247 ConstIterator i = params.find(name); in getParameter()
255 ConstIterator i = params.find(name); in getParameter()
264 ConstIterator i = params.find(name); in getDoubleParameter()
281 ConstIterator i = params.find(name); in getOrSetParameter()
298 ConstIterator i = params.find(name); in getOrSetParameter()
[all …]
/dports/net-p2p/jigdo/jigdo-0.7.3/src/
H A Dserialize.hh53 template<class Object, class ConstIterator>
54 inline ConstIterator unserialize(Object& o, ConstIterator i) { in unserialize()
135 template<class NumType, class ConstIterator>
136 inline ConstIterator unserialize1(NumType& x, ConstIterator i) { in unserialize1()
147 template<class NumType, class ConstIterator>
148 inline ConstIterator unserialize2(NumType& x, ConstIterator i) { in unserialize2()
162 template<class NumType, class ConstIterator>
163 inline ConstIterator unserialize4(NumType& x, ConstIterator i) { in unserialize4()
181 template<class NumType, class ConstIterator>
182 inline ConstIterator unserialize6(NumType& x, ConstIterator i) { in unserialize6()
[all …]

12345678910>>...216