ROOTANA
Data Fields
MXML_WRITER Struct Reference

#include <mxml.h>

Collaboration diagram for MXML_WRITER:
Collaboration graph
[legend]

Data Fields

int fh
 
char * buffer
 
int buffer_size
 
int buffer_len
 
int level
 
int element_is_open
 
int data_was_written
 
char ** stack
 
int translate
 

Detailed Description

Definition at line 51 of file mxml.h.

Field Documentation

◆ buffer

char * MXML_WRITER::buffer

Definition at line 53 of file mxml.h.

◆ buffer_len

int MXML_WRITER::buffer_len

Definition at line 55 of file mxml.h.

◆ buffer_size

int MXML_WRITER::buffer_size

Definition at line 54 of file mxml.h.

◆ data_was_written

int MXML_WRITER::data_was_written

Definition at line 58 of file mxml.h.

◆ element_is_open

int MXML_WRITER::element_is_open

Definition at line 57 of file mxml.h.

◆ fh

int MXML_WRITER::fh

Definition at line 52 of file mxml.h.

◆ level

int MXML_WRITER::level

Definition at line 56 of file mxml.h.

◆ stack

char ** MXML_WRITER::stack

Definition at line 59 of file mxml.h.

◆ translate

int MXML_WRITER::translate

Definition at line 60 of file mxml.h.


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