ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unknown_encoding Struct Reference
+ Collaboration diagram for unknown_encoding:

Public Attributes

struct normal_encoding normal
 
CONVERTER convert
 
voiduserData
 
unsigned short utf16 [256]
 
char utf8 [256][4]
 

Detailed Description

Definition at line 1252 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1252 of file xmltok.cc

Member Data Documentation

CONVERTER unknown_encoding::convert

Definition at line 1254 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1254 of file xmltok.cc

Referenced by unknown_isInvalid(), unknown_isName(), unknown_isNmstrt(), unknown_toUtf16(), unknown_toUtf8(), and XmlInitUnknownEncoding().

struct normal_encoding unknown_encoding::normal

Definition at line 1253 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1253 of file xmltok.cc

Referenced by XmlInitUnknownEncoding().

void* unknown_encoding::userData

Definition at line 1255 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1255 of file xmltok.cc

Referenced by unknown_isInvalid(), unknown_isName(), unknown_isNmstrt(), unknown_toUtf16(), unknown_toUtf8(), and XmlInitUnknownEncoding().

unsigned short unknown_encoding::utf16[256]

Definition at line 1256 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1256 of file xmltok.cc

Referenced by unknown_toUtf16(), and XmlInitUnknownEncoding().

char unknown_encoding::utf8[256][4]

Definition at line 1257 of file xmltok.cc.

View newest version in sPHENIX GitHub at line 1257 of file xmltok.cc

Referenced by unknown_toUtf8(), and XmlInitUnknownEncoding().


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