PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
lconv_member_info Struct Reference

Data Fields

bool is_string
 
int category
 
size_t offset
 

Detailed Description

Definition at line 33 of file pg_localeconv_r.c.

Field Documentation

◆ category

int lconv_member_info::category

Definition at line 36 of file pg_localeconv_r.c.

Referenced by pg_localeconv_copy_members().

◆ is_string

bool lconv_member_info::is_string

Definition at line 35 of file pg_localeconv_r.c.

Referenced by pg_localeconv_copy_members(), and pg_localeconv_free().

◆ offset

size_t lconv_member_info::offset

Definition at line 37 of file pg_localeconv_r.c.

Referenced by lconv_char_member(), and lconv_string_member().


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