fast v0.3.3 (2018-04-06T12:17:02Z)
Home
Dub
Repo
UnicodeCharacterDatabase
unicode
generator
Undocumented in source.
struct
UnicodeCharacterDatabase {
PropertyType
type
;
Entry
[]
entries
;
size_t
[
string
]
enumerationValues
;
string
varName
;
this
(string filename, PropertyType type);
struct
TableEntry
;
struct
Table
;
string
generateEnumerationCode
();
}
Constructors
this
this
(string filename, PropertyType type)
Undocumented in source.
Members
Functions
generateEnumerationCode
string
generateEnumerationCode
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Table
struct
Table
Undocumented in source.
TableEntry
struct
TableEntry
Undocumented in source.
Variables
entries
Entry
[]
entries
;
Undocumented in source.
enumerationValues
size_t
[
string
]
enumerationValues
;
Undocumented in source.
type
PropertyType
type
;
Undocumented in source.
varName
string
varName
;
Undocumented in source.
Meta
Source
See Implementation
unicode
generator
aliases
UCD
enums
PropertyType
functions
main
structs
Entry
Line
Property
UnicodeCharacterDatabase