mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 15:32:20 +00:00
77 lines
2.4 KiB
HTML
Executable File
77 lines
2.4 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Localizable</TITLE>
|
|
<LINK REL='stylesheet' HREF='../../../../boost.css'>
|
|
<LINK REL='stylesheet' HREF='../theme/iostreams.css'>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!-- Begin Banner -->
|
|
|
|
<H1 CLASS='title'>Localizable</H1>
|
|
<HR CLASS='banner'>
|
|
|
|
<!-- End Banner -->
|
|
|
|
<H2>Description</H2>
|
|
|
|
<P>
|
|
A Localizable Filter or Device receives notifications when a stream or stream buffer of which it is a part has its <CODE>std::locale</CODE> set using <CODE>std::basic_ios::imbue</CODE> or <CODE>std::basic_streambuf::pubimbue</CODE>.
|
|
</P>
|
|
|
|
<H2>Refinement of</H2>
|
|
|
|
<A NAME='types'></A>
|
|
<H2>Associated Types</H2>
|
|
|
|
<H2>Notation</H2>
|
|
|
|
<TABLE CELLPADDING='2'>
|
|
<TR><TD><CODE>L</CODE></TD><TD>-</TD><TD>A type which is a model of Localizable</TD></TR>
|
|
<TR><TD><CODE>z</CODE></TD><TD>-</TD><TD>Object of type <CODE>L</CODE></TD></TR>
|
|
<TR><TD><CODE>loc</CODE></TD><TD>-</TD><TD>Object of type <CODE>std::locale</CODE></TD></TR>
|
|
</TABLE>
|
|
|
|
<H2>Valid Expressions / Semantics</H2>
|
|
|
|
<TABLE CELLPADDING='5' BORDER='1'>
|
|
<TR><TH>Expression</TH><TH>Expression Type</TH><TH>Postcondition</TH></TR>
|
|
<TR>
|
|
<TD>
|
|
<PRE CLASS='plain_code'><CODE><A HREF='../functions/imbue.html'>boost::iostreams::imbue</A>(z, loc)</CODE></PRE>
|
|
</TD>
|
|
<TD><CODE>void</CODE></TD>
|
|
<TD><CODE>locale</CODE>-sensitive i/o performed by <CODE>z</CODE> uses a copy of <CODE>loc</CODE> until a subsequent invocation of <CODE>boost::iostreams::imbue</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<H2>Exceptions</H2>
|
|
|
|
<P>
|
|
Errors which occur during the execution of <A CLASS='code' HREF='../functions/imbue.html'><CODE>imbue</CODE></A> are be indicated by throwing exceptions.
|
|
</P>
|
|
|
|
<H2>Models</H2>
|
|
<UL>
|
|
<LI>Standard streams and stream buffers.
|
|
<LI><A HREF='../classes/converter.html'><CODE>converter</CODE></A>
|
|
</UL>
|
|
|
|
<!-- Begin Footer -->
|
|
|
|
<HR>
|
|
<P CLASS='copyright'>Revised
|
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
|
20 May, 2004
|
|
<!--webbot bot="Timestamp" endspan i-checksum="38504" -->
|
|
</P>
|
|
|
|
<P CLASS='copyright'>© Copyright Jonathan Turkanis, 2004</P>
|
|
<P CLASS='copyright'>
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <A HREF='http://www.boost.org/LICENSE_1_0.txt'>http://www.boost.org/LICENSE_1_0.txt</A>)
|
|
</P>
|
|
|
|
<!-- End Footer -->
|
|
|
|
</BODY> |