~zorba-coders/zorba/llvm

« back to all changes in this revision

Viewing changes to include/zorba/internal/streambuf.h

1. Improved catch() for unit tests.
2. Improved bpackfail() for streambufs.
3. locale template function additions.
4. Enhanced aton(). Approved: Chris Hillery, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <streambuf>
21
21
 
22
22
#include <zorba/config.h>
 
23
#include <zorba/internal/proxy.h>
23
24
 
24
25
namespace zorba {
25
26
namespace internal {
26
27
 
27
28
///////////////////////////////////////////////////////////////////////////////
28
29
 
 
30
typedef ztd::proxy<std::streambuf> proxy_streambuf;
 
31
 
29
32
ZORBA_DLL_PUBLIC
30
33
void dealloc_streambuf( std::streambuf* );
31
34