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

Base class for all the XML entities which can appear in content. More...

Inheritance diagram for c_xml_item:

Private Member Functions

procedure(i_xml_item__write), deferred write
 
procedure(i_xml_item__delete), deferred delete
 

Detailed Description

Base class for all the XML entities which can appear in content.

Definition at line 36 of file sll_m_xml.F90.

Member Function/Subroutine Documentation

◆ delete()

procedure(i_xml_item__delete), deferred delete
private

Definition at line 39 of file sll_m_xml.F90.

◆ write()

procedure(i_xml_item__write), deferred write
private

Definition at line 38 of file sll_m_xml.F90.

    Report Typos and Errors