Belle II Software  release-08-01-10
StringContext Class Reference

InputContext which just returns the value of a string previously assigned. More...

#include <StringHandler.h>

Inheritance diagram for StringContext:
Collaboration diagram for StringContext:

Public Member Functions

 StringContext (const std::string &data)
 Take an XML fragment as parameter and create a context for it.
 
virtual int readXmlData (char *buffer, int buffsize) override
 Return a block of the data.
 

Protected Attributes

std::istringstream m_stream
 Assigned data string.
 

Detailed Description

InputContext which just returns the value of a string previously assigned.

Definition at line 21 of file StringHandler.h.


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