Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
t_xml_chardata Type Reference

XML type: chardata. More...

Inheritance diagram for t_xml_chardata:
Collaboration diagram for t_xml_chardata:

Private Member Functions

procedure write => t_xml_chardata__write
 
procedure delete => t_xml_chardata__delete
 

Private Attributes

class(c_text_data_printer), allocatable chardata
 

Detailed Description

XML type: chardata.

Definition at line 117 of file sll_m_xml.F90.

Member Function/Subroutine Documentation

◆ delete()

procedure delete
private

Definition at line 121 of file sll_m_xml.F90.

◆ write()

procedure write
private

Definition at line 120 of file sll_m_xml.F90.

Member Data Documentation

◆ chardata

class(c_text_data_printer), allocatable chardata
private

Definition at line 118 of file sll_m_xml.F90.

    Report Typos and Errors