#include "common/h/serialize.h"#include "common/h/pathName.h"#include <dlfcn.h>Go to the source code of this file.
Namespaces | |
| namespace | Dyninst |
Defines | |
| #define | XMLCHAR_CAST (const char *) |
Functions | |
| bool | Dyninst::start_xml_elem (void *writer, const char *tag) |
| bool | Dyninst::end_xml_elem (void *) |
| bool | Dyninst::write_xml_elem (void *, const char *, const char *,...) |
| bool | Dyninst::start_xml_elem (SerDesXML &s, const char *tag) |
| bool | Dyninst::end_xml_elem (SerDesXML &s) |
| bool | Dyninst::ifxml_start_element (SerializerBase *sb, const char *tag) |
| COMMON_EXPORT bool | Dyninst::ifxml_end_element (SerializerBase *sb, const char *) |
| #define XMLCHAR_CAST (const char *) |
Definition at line 61 of file serialize-xml.C.
1.6.1