14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/utils/OStringStream.h"
17#include "arcane/utils/Iostream.h"
18#include "arcane/utils/FatalErrorException.h"
33 std::ostringstream m_stream;
50: m_p(new OStringStreamPrivate)
52 ARCANE_UNUSED(bufsize);
67std::ostream& OStringStream::
73std::ostream& OStringStream::
82 return String(
m_p->m_stream.str());
88 m_p->m_stream.str(std::string());
OStringStreamPrivate * m_p
Implementation.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.