Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
Rb_Type Union Reference

#include <rbtree.h>

Data Fields

l_int64 itype
 
l_uint64 utype
 
l_float64 ftype
 
void * ptype
 

Detailed Description

Storage for keys and values for red-black trees, maps and sets.

Note:
  (1) Keys and values of the valid key types are all 64-bit
  (2) (void *) can be used for values but not for keys.

Definition at line 62 of file rbtree.h.

Field Documentation

◆ ftype

l_float64 Rb_Type::ftype

Definition at line 65 of file rbtree.h.

◆ itype

l_int64 Rb_Type::itype

Definition at line 63 of file rbtree.h.

◆ ptype

void* Rb_Type::ptype

Definition at line 66 of file rbtree.h.

◆ utype

l_uint64 Rb_Type::utype

Definition at line 64 of file rbtree.h.


The documentation for this union was generated from the following file: