Classes | |
| class | OpticksXStr |
| This automatically handles conversions between Unicode and ASCII format. More... | |
| class | XmlBase |
| Common functionality for reading and writing XML. More... | |
| class | XmlReader |
| This class reads and parses XML. More... | |
| class | XMLWriter |
| This class generates a DOM tree and associated XML. More... | |
Defines | |
| #define | A(str) OpticksXStr(str).asciiForm() |
| #define | X(str) OpticksXStr(str).unicodeForm() |
| #define A | ( | str | ) | OpticksXStr(str).asciiForm() |
Syntactic shortcut which converts the argument to ASCII.
| str | The ASCII or Unicode string to convert to ASCII |
| #define X | ( | str | ) | OpticksXStr(str).unicodeForm() |
Syntactic shortcut which converts the argument to Unicode.
| str | The ASCII or Unicode string to convert to Unicode |