ReactOS 0.4.15-dev-7842-g558ab78
XMLStorage::XMLErrorList Struct Reference

list of XMLError entries More...

#include <xmlstorage.h>

Inheritance diagram for XMLStorage::XMLErrorList:
Collaboration diagram for XMLStorage::XMLErrorList:

Public Member Functions

XS_String str () const
 return merged error strings
 

Detailed Description

list of XMLError entries

Definition at line 683 of file xmlstorage.h.

Member Function Documentation

◆ str()

XS_String XMLStorage::XMLErrorList::str ( ) const

return merged error strings

Definition at line 820 of file xmlstorage.cpp.

821{
822 std::ostringstream out;
823
824 for(const_iterator it=begin(); it!=end(); ++it)
825 out << *it << std::endl;
826
827 return out.str();
828}
GLuint GLuint end
Definition: gl.h:1545
static FILE * out
Definition: regtests2xml.c:44
static clock_t begin
Definition: xmllint.c:458

Referenced by ExplorerGlobals::read_persistent().


The documentation for this struct was generated from the following files: