mirror of
https://github.com/boostorg/property_map.git
synced 2026-02-01 08:42:16 +00:00
80 lines
1.9 KiB
HTML
80 lines
1.9 KiB
HTML
<HTML>
|
|
<!--
|
|
-- Copyright (c) Jeremy Siek 2000
|
|
--
|
|
-- Permission to use, copy, modify, distribute and sell this software
|
|
-- and its documentation for any purpose is hereby granted without fee,
|
|
-- provided that the above copyright notice appears in all copies and
|
|
-- that both that copyright notice and this permission notice appear
|
|
-- in supporting documentation. Silicon Graphics makes no
|
|
-- representations about the suitability of this software for any
|
|
-- purpose. It is provided "as is" without express or implied warranty.
|
|
-->
|
|
<Head>
|
|
<Title>ReadWritePropertyAccessor</Title>
|
|
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
|
|
ALINK="#ff0000">
|
|
<IMG SRC="../../c++boost.gif"
|
|
ALT="C++ Boost">
|
|
|
|
<BR Clear>
|
|
|
|
<H2>
|
|
<A NAME="concept:ReadWritePropertyAccessor"></A>
|
|
<BR>
|
|
ReadWritePropertyAccessor
|
|
</H2>
|
|
|
|
A ReadWritePropertyAccessor can be used to read property values via
|
|
the <tt>get()</tt> function and can be used to write property values
|
|
via the <tt>put()</tt> function.
|
|
|
|
<H3>Refinement of</H3>
|
|
|
|
<a href="./ReadablePropertyAccessor.html">ReadablePropertyAccessor</a>
|
|
and
|
|
<a href="./WritablePropertyAccessor.html">WritablePropertyAccessor</a>
|
|
|
|
|
|
|
|
<h3>Notation</h3>
|
|
|
|
<Table>
|
|
<TR>
|
|
<TD><tt>PA</tt></TD>
|
|
<TD>A type that is a model of LvaluePropertyAccessor.</TD>
|
|
</TR>
|
|
|
|
</table>
|
|
|
|
<h2>Associated Types</h2>
|
|
|
|
<table border>
|
|
|
|
<tr>
|
|
<td>Property Accessor Category
|
|
<td><TT>boost::property_traits<PA>::category</TT></td>
|
|
<td>
|
|
The category of the property accessor must be a type convertible to
|
|
<TT>read_write_property_accessor_tag</TT>.
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h3>See Also</h3>
|
|
|
|
<a href="./property_accessor.html">Property accessor concepts</a>
|
|
|
|
|
|
<br>
|
|
<HR>
|
|
<TABLE>
|
|
<TR valign=top>
|
|
<TD nowrap>Copyright © 2000</TD><TD>
|
|
<A HREF=http://www.boost.org/people/jeremy_siek.htm>Jeremy Siek</A>, Univ.of Notre Dame (<A HREF="mailto:jsiek@lsc.nd.edu">jsiek@lsc.nd.edu</A>)
|
|
</TD></TR></TABLE>
|
|
|
|
</BODY>
|
|
</HTML>
|