Y-lib
Loadrunner libraries
Data Fields

Returned by localeconv. Documented at http://www.cplusplus.com/reference/clocale/lconv/. More...

#include "vugen.h"

Data Fields

char * decimal_point
 Decimal-point separator used for non-monetary quantities. More...
 
char * thousands_sep
 Separators used to delimit groups of digits to the left of the decimal point for non-monetary quantities. More...
 
char * grouping
 Specifies the amount of digits that form each of the groups to be separated by thousands_sep separator for non-monetary quantities. More...
 
char * int_curr_symbol
 International currency symbol. This is formed by the three-letter ISO-4217 entry code for the currency. More...
 
char * currency_symbol
 Local currency symbol. More...
 
char * mon_decimal_point
 Decimal-point separator used for monetary quantities. More...
 
char * mon_thousands_sep
 Separators used to delimit groups of digits to the left of the decimal point for monetary quantities. More...
 
char * mon_grouping
 Specifies the amount of digits that form each of the groups to be separated by mon_thousands_sep separator for monetary quantities. More...
 
char * positive_sign
 Sign to be used for positive or zero monetary quantities. More...
 
char * negative_sign
 Sign to be used for negative monetary quantities. More...
 
char int_frac_digits
 Amount of fractional digits to the right of the decimal point for monetary quantities in the international format. More...
 
char frac_digits
 Amount of fractional digits to the right of the decimal point for monetary quantities in the local format. More...
 
char p_cs_precedes
 Boolean whether the currency symbol should precede positive or zero monetary quantities. More...
 
char p_sep_by_space
 Boolean whether the currency symbol should precede negative monetary quantities. More...
 
char n_cs_precedes
 Boolean whether a space should appear between the currency symbol and positive or zero monetary quantities. More...
 
char n_sep_by_space
 Boolean whether a space should appear between the currency symbol and negative monetary quantities. More...
 
char p_sign_posn
 Position of the sign for positive or zero monetary quantities. More...
 
char n_sign_posn
 Position of the sign for negative monetary quantities. More...
 

Detailed Description

Returned by localeconv. Documented at http://www.cplusplus.com/reference/clocale/lconv/.

Definition at line 376 of file vugen.h.

Field Documentation

char* lconv::currency_symbol

Local currency symbol.

Definition at line 386 of file vugen.h.

char* lconv::decimal_point

Decimal-point separator used for non-monetary quantities.

Definition at line 378 of file vugen.h.

char lconv::frac_digits

Amount of fractional digits to the right of the decimal point for monetary quantities in the local format.

Definition at line 400 of file vugen.h.

char* lconv::grouping

Specifies the amount of digits that form each of the groups to be separated by thousands_sep separator for non-monetary quantities.

Definition at line 382 of file vugen.h.

char* lconv::int_curr_symbol

International currency symbol. This is formed by the three-letter ISO-4217 entry code for the currency.

Definition at line 384 of file vugen.h.

char lconv::int_frac_digits

Amount of fractional digits to the right of the decimal point for monetary quantities in the international format.

Definition at line 398 of file vugen.h.

char* lconv::mon_decimal_point

Decimal-point separator used for monetary quantities.

Definition at line 388 of file vugen.h.

char* lconv::mon_grouping

Specifies the amount of digits that form each of the groups to be separated by mon_thousands_sep separator for monetary quantities.

Definition at line 392 of file vugen.h.

char* lconv::mon_thousands_sep

Separators used to delimit groups of digits to the left of the decimal point for monetary quantities.

Definition at line 390 of file vugen.h.

char lconv::n_cs_precedes

Boolean whether a space should appear between the currency symbol and positive or zero monetary quantities.

Definition at line 406 of file vugen.h.

char lconv::n_sep_by_space

Boolean whether a space should appear between the currency symbol and negative monetary quantities.

Definition at line 408 of file vugen.h.

char lconv::n_sign_posn

Position of the sign for negative monetary quantities.

Definition at line 412 of file vugen.h.

char* lconv::negative_sign

Sign to be used for negative monetary quantities.

Definition at line 396 of file vugen.h.

char lconv::p_cs_precedes

Boolean whether the currency symbol should precede positive or zero monetary quantities.

Definition at line 402 of file vugen.h.

char lconv::p_sep_by_space

Boolean whether the currency symbol should precede negative monetary quantities.

Definition at line 404 of file vugen.h.

char lconv::p_sign_posn

Position of the sign for positive or zero monetary quantities.

Definition at line 410 of file vugen.h.

char* lconv::positive_sign

Sign to be used for positive or zero monetary quantities.

Definition at line 394 of file vugen.h.

char* lconv::thousands_sep

Separators used to delimit groups of digits to the left of the decimal point for non-monetary quantities.

Definition at line 380 of file vugen.h.


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