Belle II Software development
|
InputContext which just returns the value of a string previously assigned. More...
#include <StringHandler.h>
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. | |
InputContext which just returns the value of a string previously assigned.
Definition at line 21 of file StringHandler.h.
|
inlineexplicit |
Take an XML fragment as parameter and create a context for it.
Definition at line 24 of file StringHandler.h.
|
inlineoverridevirtual |
|
protected |
Assigned data string.
Definition at line 33 of file StringHandler.h.