MeVisLab Toolbox Reference
ml::XMLPersistenceStream Class Reference

#include <mlXMLPersistenceStream.h>

Inheritance diagram for ml::XMLPersistenceStream:
ml::XMLPersistenceInputStream ml::XMLPersistenceOutputStream

Classes

struct  ListStackEntry

Protected Member Functions

 XMLPersistenceStream ()

Protected Attributes

std::list< ListStackEntry_listStack

Detailed Description

mix-in class that manages a stack of names for list elements and if the parent scope of the list is suppressed (for handling legacy file formats)

Definition at line 39 of file mlXMLPersistenceStream.h.

Constructor & Destructor Documentation

◆ XMLPersistenceStream()

ml::XMLPersistenceStream::XMLPersistenceStream ( )
inlineprotected

Definition at line 52 of file mlXMLPersistenceStream.h.

Member Data Documentation

◆ _listStack

std::list<ListStackEntry> ml::XMLPersistenceStream::_listStack
protected

Definition at line 54 of file mlXMLPersistenceStream.h.


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