|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60452 - in trunk: boost/proto libs/proto/doc libs/proto/doc/reference libs/proto/doc/reference/concepts
From: eric_at_[hidden]
Date: 2010-03-10 20:07:20
Author: eric_niebler
Date: 2010-03-10 20:07:19 EST (Wed, 10 Mar 2010)
New Revision: 60452
URL: http://svn.boost.org/trac/boost/changeset/60452
Log:
adding concepts for Expr and Domain
Added:
trunk/libs/proto/doc/reference/concepts/Domain.xml (contents, props changed)
trunk/libs/proto/doc/reference/concepts/Expr.xml (contents, props changed)
Text files modified:
trunk/boost/proto/domain.hpp | 1 +
trunk/libs/proto/doc/reference.xml | 5 +++--
trunk/libs/proto/doc/reference/domain.xml | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
Modified: trunk/boost/proto/domain.hpp
==============================================================================
--- trunk/boost/proto/domain.hpp (original)
+++ trunk/boost/proto/domain.hpp 2010-03-10 20:07:19 EST (Wed, 10 Mar 2010)
@@ -80,6 +80,7 @@
struct domain
: Generator
{
+ typedef Generator proto_generator;
typedef Grammar proto_grammar;
/// INTERNAL ONLY
Modified: trunk/libs/proto/doc/reference.xml
==============================================================================
--- trunk/libs/proto/doc/reference.xml (original)
+++ trunk/libs/proto/doc/reference.xml 2010-03-10 20:07:19 EST (Wed, 10 Mar 2010)
@@ -1040,11 +1040,12 @@
<xi:include href="reference/context/null.xml"/>
<!-- concepts -->
- <!--<xi:include href="reference/concepts/BasicPrimitiveTransform.xml"/>-->
<xi:include href="reference/concepts/CallableTransform.xml"/>
+ <xi:include href="reference/concepts/Domain.xml"/>
+ <xi:include href="reference/concepts/Expr.xml"/>
<xi:include href="reference/concepts/ObjectTransform.xml"/>
+ <xi:include href="reference/concepts/PolymorphicFunctionObject.xml"/>
<xi:include href="reference/concepts/PrimitiveTransform.xml"/>
<xi:include href="reference/concepts/Transform.xml"/>
- <xi:include href="reference/concepts/PolymorphicFunctionObject.xml"/>
</library-reference>
Added: trunk/libs/proto/doc/reference/concepts/Domain.xml
==============================================================================
Binary file. No diff available.
Added: trunk/libs/proto/doc/reference/concepts/Expr.xml
==============================================================================
Binary file. No diff available.
Modified: trunk/libs/proto/doc/reference/domain.xml
==============================================================================
--- trunk/libs/proto/doc/reference/domain.xml (original)
+++ trunk/libs/proto/doc/reference/domain.xml 2010-03-10 20:07:19 EST (Wed, 10 Mar 2010)
@@ -64,6 +64,9 @@
<typedef name="proto_grammar">
<type>Grammar</type>
</typedef>
+ <typedef name="proto_generator">
+ <type>Generator</type>
+ </typedef>
</struct>
<!-- proto::default_domain -->
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk