• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kstars

  • sources
  • kde-4.12
  • kdeedu
  • kstars
  • kstars
  • htmesh
HtmRange.h
Go to the documentation of this file.
1 #ifndef _HTMHANGE_H_
2 #define _HTMHANGE_H_
3 
4 #include <SkipList.h>
5 
6 enum InclusionType {
7  InclOutside = 0,
8  InclInside,
9  InclLo, /* number is on low end of an interval */
10  InclHi, /* number is on high end of an interval */
11  InclAdjacentXXX
12 };
13 
14 class LINKAGE HtmRange {
15 public:
16  HtmRange();
17  ~HtmRange();
18 
19  int getNext(Key *lo, Key *hi);
20 
21  void mergeRange(const Key lo, const Key hi);
22  void reset();
23 
24 protected:
25  InclusionType tinside(const Key mid) const;
26 private:
27  SkipList *my_los;
28  SkipList *my_his;
29 };
30 
31 #endif
SkipList.h
InclusionType
InclusionType
Definition: HtmRange.h:6
InclOutside
Definition: HtmRange.h:7
InclHi
Definition: HtmRange.h:10
HtmRange
Definition: HtmRange.h:14
InclInside
Definition: HtmRange.h:8
Key
int64 Key
Definition: SkipListElement.h:30
InclLo
Definition: HtmRange.h:9
InclAdjacentXXX
Definition: HtmRange.h:11
SkipList
Definition: SkipList.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal