ReactOS 0.4.16-dev-747-gbc52d5f
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
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t ** out
Definition: wcsftime.cpp:383
static clock_t begin
Definition: xmllint.c:458

Referenced by ExplorerGlobals::read_persistent().


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