Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

u_scanf_scanset Struct Reference

Struct representing a scanset. More...

#include <uscanset.h>

List of all members.

Public Attributes

UBool is_inclusive
UChar singles [U_SCANF_MAX_SCANSET_SIZE]
u_scanf_scanset_pair pairs [U_SCANF_MAX_SCANSET_SIZE]
int32_t single_count
int32_t pair_count


Detailed Description

Struct representing a scanset.

Definition at line 39 of file uscanset.h.


Member Data Documentation

UBool u_scanf_scanset::is_inclusive
 

Definition at line 40 of file uscanset.h.

int32_t u_scanf_scanset::pair_count
 

Definition at line 46 of file uscanset.h.

u_scanf_scanset_pair u_scanf_scanset::pairs[U_SCANF_MAX_SCANSET_SIZE]
 

Definition at line 43 of file uscanset.h.

int32_t u_scanf_scanset::single_count
 

Definition at line 45 of file uscanset.h.

UChar u_scanf_scanset::singles[U_SCANF_MAX_SCANSET_SIZE]
 

Definition at line 42 of file uscanset.h.


The documentation for this struct was generated from the following file:
Generated at Tue Dec 5 17:56:27 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000