CAEN Utility  2.0.2
Utilities for CAEN projects
c_xmlfile_t Struct Reference

A wrapper to xmlDoc. More...

#include <CAENXMLParserTypes.h>

Collaboration diagram for c_xmlfile_t:

Data Fields

xmlDoc * doc
 the xmlDoc More...
 
char * name
 the file path (or memory if a memory document passed by c_xml_newfile_from_memory()) More...
 

Detailed Description

A wrapper to xmlDoc.

Definition at line 52 of file CAENXMLParserTypes.h.

Field Documentation

◆ doc

xmlDoc* doc

the xmlDoc

Definition at line 53 of file CAENXMLParserTypes.h.

◆ name

char* name

the file path (or memory if a memory document passed by c_xml_newfile_from_memory())

Definition at line 54 of file CAENXMLParserTypes.h.


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