PostgreSQL Source Code  git master
colormap Struct Reference

#include <regguts.h>

Data Fields

int magic
 
struct varsv
 
size_t ncds
 
size_t max
 
color free
 
struct colordesccd
 
colorlocolormap
 
int classbits [NUM_CCLASSES]
 
int numcmranges
 
colormaprangecmranges
 
colorhicolormap
 
int maxarrayrows
 
int hiarrayrows
 
int hiarraycols
 
struct colordesc cdspace [NINLINECDS]
 

Detailed Description

Definition at line 228 of file regguts.h.

Field Documentation

◆ cd

◆ cdspace

struct colordesc colormap::cdspace[NINLINECDS]

Definition at line 249 of file regguts.h.

Referenced by freecm(), initcm(), and newcolor().

◆ classbits

int colormap::classbits[NUM_CCLASSES]

Definition at line 243 of file regguts.h.

Referenced by cclass_column_index(), initcm(), and subcolorcvec().

◆ cmranges

colormaprange* colormap::cmranges

Definition at line 245 of file regguts.h.

Referenced by freecm(), initcm(), pg_reg_getcolor(), subcoloronechr(), and subcoloronerange().

◆ free

color colormap::free

Definition at line 235 of file regguts.h.

Referenced by freecolor(), initcm(), and newcolor().

◆ hiarraycols

int colormap::hiarraycols

◆ hiarrayrows

int colormap::hiarrayrows

Definition at line 248 of file regguts.h.

Referenced by initcm(), newhicolorcols(), newhicolorrow(), and subcolorcvec().

◆ hicolormap

color* colormap::hicolormap

◆ locolormap

color* colormap::locolormap

Definition at line 240 of file regguts.h.

Referenced by freecm(), initcm(), pg_reg_getcharacters(), and subcolor().

◆ magic

int colormap::magic

Definition at line 230 of file regguts.h.

Referenced by freecm(), and initcm().

◆ max

◆ maxarrayrows

int colormap::maxarrayrows

Definition at line 247 of file regguts.h.

Referenced by initcm(), newhicolorcols(), and newhicolorrow().

◆ ncds

size_t colormap::ncds

Definition at line 233 of file regguts.h.

Referenced by initcm(), and newcolor().

◆ numcmranges

int colormap::numcmranges

Definition at line 244 of file regguts.h.

Referenced by initcm(), pg_reg_getcolor(), subcoloronechr(), and subcoloronerange().

◆ v

struct vars* colormap::v

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