PostgreSQL Source Code  git master
sort_template.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ST_MAKE_PREFIX(a)   CppConcat(a,_)
 
#define ST_MAKE_NAME(a, b)   ST_MAKE_NAME_(ST_MAKE_PREFIX(a),b)
 
#define ST_MAKE_NAME_(a, b)   CppConcat(a,b)
 
#define ST_SORT_PROTO_ELEMENT_SIZE
 
#define ST_SORT_INVOKE_ELEMENT_SIZE
 
#define ST_SORT_PROTO_COMPARE
 
#define ST_SORT_INVOKE_COMPARE
 
#define ST_SORT_PROTO_ARG
 
#define ST_SORT_INVOKE_ARG
 

Macro Definition Documentation

◆ ST_MAKE_NAME

#define ST_MAKE_NAME (   a,
  b 
)    ST_MAKE_NAME_(ST_MAKE_PREFIX(a),b)

Definition at line 130 of file sort_template.h.

◆ ST_MAKE_NAME_

#define ST_MAKE_NAME_ (   a,
  b 
)    CppConcat(a,b)

Definition at line 131 of file sort_template.h.

◆ ST_MAKE_PREFIX

#define ST_MAKE_PREFIX (   a)    CppConcat(a,_)

Definition at line 129 of file sort_template.h.

◆ ST_SORT_INVOKE_ARG

#define ST_SORT_INVOKE_ARG

Definition at line 182 of file sort_template.h.

◆ ST_SORT_INVOKE_COMPARE

#define ST_SORT_INVOKE_COMPARE

Definition at line 169 of file sort_template.h.

◆ ST_SORT_INVOKE_ELEMENT_SIZE

#define ST_SORT_INVOKE_ELEMENT_SIZE

Definition at line 143 of file sort_template.h.

◆ ST_SORT_PROTO_ARG

#define ST_SORT_PROTO_ARG

Definition at line 181 of file sort_template.h.

◆ ST_SORT_PROTO_COMPARE

#define ST_SORT_PROTO_COMPARE

Definition at line 168 of file sort_template.h.

◆ ST_SORT_PROTO_ELEMENT_SIZE

#define ST_SORT_PROTO_ELEMENT_SIZE

Definition at line 142 of file sort_template.h.