Searched refs:CRangeMap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRangeMap.h36 * Default helper structure for normal CRangeMap instantations.
57 //! Used internally by CRangeMap to specify the end of a range.
70 * Helper structure for CRangeSet (CRangeMap with void as value).
115 class CRangeMap class
132 * This class provides a wrapper around the raw iterators used by CRangeMap.
142 friend class CRangeMap<VALUE, KEYTYPE>;
230 CRangeMap() { function in class:CRangeMap
236 CRangeMap(const CRangeMap<VALUE, KEYTYPE>& other) argument
244 CRangeMap argument
263 operator ==( const CRangeMap<VALUE, KEYTYPE>& other ) const argument
[all...]
H A DIPFilter.cpp44 #include "RangeMap.h" // Needed for CRangeMap
224 typedef CRangeMap<rangeObject, uint32> IPMap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DRangeMapTest.cpp9 typedef CRangeMap<int> TestRangeMap;
32 wxString StringFrom(const CRangeMap<void>::const_iterator& it)
40 wxString StringFrom(CRangeMap<void>::iterator it)
54 wxString StringFrom(const CRangeMap<VALUE>& map)
58 typename CRangeMap<VALUE>::const_iterator it = map.begin();

Completed in 118 milliseconds