CUBRID Engine  latest
float_format_s Struct Reference
Collaboration diagram for float_format_s:
Collaboration graph

Public Attributes

bool sign_required
 
bool scientific
 
bool thousands
 
bool decimal
 
int integral_digits
 
FORMAT_DIGIT integral_type
 
int fractional_digits
 
FORMAT_DIGIT fractional_type
 

Detailed Description

Definition at line 159 of file cnv.c.

Member Data Documentation

bool float_format_s::decimal

Definition at line 164 of file cnv.c.

Referenced by bfmt_print(), db_string_double(), db_string_float(), ffmt_new(), and ffmt_value().

int float_format_s::fractional_digits

Definition at line 167 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), and ffmt_value().

FORMAT_DIGIT float_format_s::fractional_type

Definition at line 168 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), and ffmt_value().

int float_format_s::integral_digits

Definition at line 165 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), ffmt_value(), and num_fmt_print().

FORMAT_DIGIT float_format_s::integral_type

Definition at line 166 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), ffmt_value(), and num_fmt_print().

bool float_format_s::scientific

Definition at line 162 of file cnv.c.

Referenced by ffmt_new(), and ffmt_value().

bool float_format_s::sign_required

Definition at line 161 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), and ffmt_value().

bool float_format_s::thousands

Definition at line 163 of file cnv.c.

Referenced by bfmt_print(), ffmt_new(), ffmt_value(), and num_fmt_print().


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