u5e
UnicodeTextC++Library
Public Types | Static Public Member Functions | List of all members
u5e::props::grapheme_cluster_break Class Reference

Grapheme Cluster Break property for a codepoint. More...

#include <u5e/props/grapheme_cluster_break.hpp>

Public Types

enum  prop_value_type {
  OTHER, PREPEND, CR, LF,
  CONTROL, EXTEND, REGIONAL_INDICATOR, SPACINGMARK,
  L, V, T, LV,
  LVT, E_BASE, E_MODIFIER, ZWJ,
  GLUE_AFTER_ZWJ, E_BASE_GAZ
}
 

Static Public Member Functions

static prop_value_type resolve (codepoint c)
 

Detailed Description

Grapheme Cluster Break property for a codepoint.

Definition at line 15 of file grapheme_cluster_break.hpp.

Member Enumeration Documentation

Possible values for the property as specified by the standard

Definition at line 20 of file grapheme_cluster_break.hpp.

Member Function Documentation

static prop_value_type u5e::props::grapheme_cluster_break::resolve ( codepoint  c)
static

Return the value of the property for the given codepoint by looking at the database.


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