#include <XMLUtils.h>
Public Types | |
typedef T::Stream_t | Stream_t |
Public Member Functions | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream * | makeStream () const |
XMLInputSourceWrapper (std::auto_ptr< Stream_t > &obj) | |
virtual | ~XMLInputSourceWrapper () |
Private Attributes | |
std::auto_ptr< Stream_t > | obj |
Definition at line 113 of file XMLUtils.h.
typedef T::Stream_t lhef::XMLInputSourceWrapper< T >::Stream_t |
Definition at line 116 of file XMLUtils.h.
|
inline |
Definition at line 118 of file XMLUtils.h.
|
inlinevirtual |
Definition at line 119 of file XMLUtils.h.
|
inlinevirtual |
|
private |
Definition at line 125 of file XMLUtils.h.