From: Foster B. <fos...@us...> - 2006-02-03 18:21:23
|
Update of /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1031/adobe/documentation/sources/structure Modified Files: indices.dox mainpage.dox news.dox preface.dox toc.dox Log Message: asl 1.0.13 Index: indices.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/indices.dox,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** indices.dox 7 Jul 2005 22:00:05 -0000 1.1 --- indices.dox 3 Feb 2006 18:20:42 -0000 1.2 *************** *** 1,6 **** /*! \page asl_indices Indices ! - <a href="annotated.html">Annotated Class List</a> ! - <a href="classes.html">Class Index</a> ! - <a href="functions.html">Member Index</a> ! - <a href="files.html">File Index</a> */ --- 1,6 ---- /*! \page asl_indices Indices ! - <a href="annotated.html">Annotated Class List</a> ! - <a href="classes.html">Class Index</a> ! - <a href="functions.html">Member Index</a> ! - <a href="files.html">File Index</a> */ Index: preface.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/preface.dox,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** preface.dox 17 Mar 2005 18:02:44 -0000 1.3 --- preface.dox 3 Feb 2006 18:20:43 -0000 1.4 *************** *** 18,24 **** \par This theme is recurrent throughout ASL and is reflected in many aspects, including: ! - The reliance on value semantics, rather than reference or pointer semantics, as the mechanism to control connections. ! - Stating the requirements of algorithms in terms of semantic concepts rather than interfaces. ! - Making connections explicit and using explicit data structure, notable in the lack of inheritance as a coupling mechanism. <i>It is a good start...</i> --- 18,24 ---- \par This theme is recurrent throughout ASL and is reflected in many aspects, including: ! - The reliance on value semantics, rather than reference or pointer semantics, as the mechanism to control connections. ! - Stating the requirements of algorithms in terms of semantic concepts rather than interfaces. ! - Making connections explicit and using explicit data structure, notable in the lack of inheritance as a coupling mechanism. <i>It is a good start...</i> *************** *** 66,80 **** \par I would be remiss without thanking a number of people for their efforts in putting together this library. Any ranking would be unfair, so I list them here in some kind of lexicographical order. ! - Boost - ASL relies heavily on the Boost libraries and freely borrows ideas and techniques pioneered by the many great Boost contributors. Feel free to borrow back. ! - Foster Brereton, who has been my wingman working on ASL and Eve before there was ASL. This release would not have happened without him. ! - Greg Gilley, my boss, who has provided shelter for the Software Technology Lab and the support necessary to make this happen. ! - Grant Munsey, who opened the doors at Adobe to open source. We hope you continue to get better. ! - Martin Newell, whose Boxes program sparked the idea that led to Eve and whose support gave me time to explore countless iterations of Adam. ! - The Photoshop team, especially Andrew Coven, Scott Byer, Joe Ault, and (ex-Photoshop member) Mark Hamburg. They have listened to me ramble incoherently for countless hours as I have struggled to form the ideas expressed here. ! - Bob Pierce, who authored each of the Adobe open source licenses. ! - Alex Stepanov who, more than anyone, has shaped how I think about software. Initially, through his work on the Standard Template Library. Now, as a personal friend and colleague he pushes me to learn more and to seek real problems and solutions. His constant pushing has transformed my code from a hack to less of a hack. It is a start. ! - Bjarne Stroustrup, the C++ Standards Committee, and the C++ community, who provided a language with which I can attempt to express my ideas. ! - Those that have taken the time to review and contribute to ASL including, Doug Ahmann, Bob Archer, Eric Berdahl, Florin Trofin, Tony Van Eerd, John Yen. ! - My wife, Tricia, for her loving support. \par --- 66,80 ---- \par I would be remiss without thanking a number of people for their efforts in putting together this library. Any ranking would be unfair, so I list them here in some kind of lexicographical order. ! - Boost - ASL relies heavily on the Boost libraries and freely borrows ideas and techniques pioneered by the many great Boost contributors. Feel free to borrow back. ! - Foster Brereton, who has been my wingman working on ASL and Eve before there was ASL. This release would not have happened without him. ! - Greg Gilley, my boss, who has provided shelter for the Software Technology Lab and the support necessary to make this happen. ! - Grant Munsey, who opened the doors at Adobe to open source. We hope you continue to get better. ! - Martin Newell, whose Boxes program sparked the idea that led to Eve and whose support gave me time to explore countless iterations of Adam. ! - The Photoshop team, especially Andrew Coven, Scott Byer, Joe Ault, and (ex-Photoshop member) Mark Hamburg. They have listened to me ramble incoherently for countless hours as I have struggled to form the ideas expressed here. ! - Bob Pierce, who authored each of the Adobe open source licenses. ! - Alex Stepanov who, more than anyone, has shaped how I think about software. Initially, through his work on the Standard Template Library. Now, as a personal friend and colleague he pushes me to learn more and to seek real problems and solutions. His constant pushing has transformed my code from a hack to less of a hack. It is a start. ! - Bjarne Stroustrup, the C++ Standards Committee, and the C++ community, who provided a language with which I can attempt to express my ideas. ! - Those that have taken the time to review and contribute to ASL including, Doug Ahmann, Bob Archer, Eric Berdahl, Florin Trofin, Tony Van Eerd, John Yen. ! - My wife, Tricia, for her loving support. \par Index: news.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/news.dox,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** news.dox 9 Jan 2006 19:31:34 -0000 1.6 --- news.dox 3 Feb 2006 18:20:42 -0000 1.7 *************** *** 6,22 **** \page top_news Top News ! \par January 05, 2005 - ASL 1.0.12 Released Highlights of the 1.0.12 changes include: ! - The \ref asl_gil has been added. This library allows for writing generic imaging algorithms with performance comparable to hand-coding for a particular image type ! - Lubomir has been hard at work getting the GIL tutorial and design guide ready for release. We anticipate it within a couple weeks. ! - ASL now compiles against Boost 1.33.1 ! - IDE projects have been added for XCode 2.2 ! - Many improvements to Adobe Begin and Win32's ui_core ! - A significant overhaul of adobe::forest. ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. ! \par January 05, 2005 - In Memory of Grant Munsey \htmlonly <table><tr><td align='center' valign='top'> --- 6,38 ---- \page top_news Top News ! \par February 02, 2006 - ASL 1.0.13 Released ! Highlights of the 1.0.13 changes include: ! - Added a <code>adobe::nearest_cast</code> by Mark Ruzon ! - Added <a href="http://opensource.adobe.com/twiki/bin/view/AdobeSource/ModalDialogIntegrationKit"><code>handle_dialog</code></a>, a self-contained API used to manage a modal dialog instance ! - <code>adobe/cmath.hpp</code> has been augmented to include support for C99/TR1 extensions ! - Improvements to the function modeling engine (Adam) ! - A complete rewrite of the widgets library for the Mac ! - For more information and more changes see the \ref asl_release_notes ! \par ! Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. ! ! \par January 16, 2006 - GIL Tutorial and Design Guide Released ! \ref asl_gil \ref GILTutorial "tutorial" and \ref GILDesignGuide "design guide" is now available. Thanks to Lubomir Bourdev and Hailin Jin for all the work. ! \par ! Head over to <a href="http://opensource.adobe.com/gil">opensource.adobe.com/gil</a> for this extended documentation. ! ! \par January 05, 2006 - ASL 1.0.12 Released Highlights of the 1.0.12 changes include: ! - The \ref asl_gil has been added. This library allows for writing generic imaging algorithms with performance comparable to hand-coding for a particular image type ! - Lubomir has been hard at work getting the GIL tutorial and design guide ready for release. We anticipate it within a couple weeks. ! - ASL now compiles against Boost 1.33.1 ! - IDE projects have been added for XCode 2.2 ! - Many improvements to Adobe Begin and Win32's ui_core ! - A significant overhaul of adobe::forest. ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. ! \par January 05, 2006 - In Memory of Grant Munsey \htmlonly <table><tr><td align='center' valign='top'> *************** *** 33,41 **** \par December 01, 2005 - ASL 1.0.11 Released Highlights of the 1.0.11 changes include: ! - MSVC 8 IDE projects for ASL and Begin have been released to take advantage of the new IDE features ! - Many compiler compatibility fixes for MSVC and Darwin (GCC) ! - Project updates for compatibility with XCode 2.2 ! - Work in the Win32 ui_core to bring parity between it and the Mac implementation ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 49,57 ---- \par December 01, 2005 - ASL 1.0.11 Released Highlights of the 1.0.11 changes include: ! - MSVC 8 IDE projects for ASL and Begin have been released to take advantage of the new IDE features ! - Many compiler compatibility fixes for MSVC and Darwin (GCC) ! - Project updates for compatibility with XCode 2.2 ! - Work in the Win32 ui_core to bring parity between it and the Mac implementation ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 48,69 **** http://opensource.adobe.com/twiki/bin/view/AdobeSource \par November 03, 2005 - ASL 1.0.10 Released Highlights of the 1.0.10 changes include: ! - Updates for compatibility with the upcoming MSVC 8 (Visual Studio 2005) release ! - Updates for compatibility with the upcoming Boost 1.33.1 release ! - Localization support integrated into Adobe Begin with a sample language glossary ! - Support for creating polymorphic regular objects as an alternative to object oriented programming (adobe::regular_object) ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. - \page previous_news Previous News \par October 06, 2005 - ASL 1.0.9 Released Highlights of the 1.0.9 changes include: ! - Added adobe::sha1_t, adobe::sha224_t, adobe::sha256_t, adobe::sha384_t, and adobe::sha512_t ! - Added adobe::dancing_links, an implementation of Knuth's Dancing Links Algorithm ! - BBv2 now builds a double-clickable Adobe Begin on MacOS X and Win32 - no IDE needed! ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 64,85 ---- http://opensource.adobe.com/twiki/bin/view/AdobeSource + \page previous_news Previous News \par November 03, 2005 - ASL 1.0.10 Released Highlights of the 1.0.10 changes include: ! - Updates for compatibility with the upcoming MSVC 8 (Visual Studio 2005) release ! - Updates for compatibility with the upcoming Boost 1.33.1 release ! - Localization support integrated into Adobe Begin with a sample language glossary ! - Support for creating polymorphic regular objects as an alternative to object oriented programming (adobe::regular_object) ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. \par October 06, 2005 - ASL 1.0.9 Released Highlights of the 1.0.9 changes include: ! - Added adobe::sha1_t, adobe::sha224_t, adobe::sha256_t, adobe::sha384_t, and adobe::sha512_t ! - Added adobe::dancing_links, an implementation of Knuth's Dancing Links Algorithm ! - BBv2 now builds a double-clickable Adobe Begin on MacOS X and Win32 - no IDE needed! ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 71,80 **** \par September 01, 2005 - ASL 1.0.8 Released Highlights of the 1.0.8 changes include: ! - Updated ASL to use Boost 1.33.0 ! - 4x speed increase in the xstring engine, both in parsing and lookups ! - Rewrote enum_ops to follow its original intent ! - Releasing All-In-One scripts that download all ASL dependencies, perform the necessary setup, and build the libraries ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 87,96 ---- \par September 01, 2005 - ASL 1.0.8 Released Highlights of the 1.0.8 changes include: ! - Updated ASL to use Boost 1.33.0 ! - 4x speed increase in the xstring engine, both in parsing and lookups ! - Rewrote enum_ops to follow its original intent ! - Releasing All-In-One scripts that download all ASL dependencies, perform the necessary setup, and build the libraries ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 82,90 **** \par August 04, 2005 - ASL 1.0.7 Released Highlights of the 1.0.7 changes include: ! - Dynamic visibility (hide/show) support in eve layout engine ! - adobe::index_iterator, adobe::any_iterator, adobe::reverse_fullorder_cursor, and adobe::filter_fullorder_cursor ! - adobe::const_once_name_t replaces adobe::once_name_t. ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 98,106 ---- \par August 04, 2005 - ASL 1.0.7 Released Highlights of the 1.0.7 changes include: ! - Dynamic visibility (hide/show) support in eve layout engine ! - adobe::index_iterator, adobe::any_iterator, adobe::reverse_fullorder_cursor, and adobe::filter_fullorder_cursor ! - adobe::const_once_name_t replaces adobe::once_name_t. ! - Updated Boost patch file; please re-patch your Boost distribution ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 92,100 **** \par July 07, 2005 - ASL 1.0.6 Released Highlights of the 1.0.6 changes include: ! - MacTel (Mac OS X on Intel) support ! - Automated building of libraries for IDE-based projects using BBv2 ! - Added <code>\<adobe/numeric.hpp\></code>, beginning similar support for <code>\<numeric\></code> as we have for <code>\<algorithm\></code> ! - Separation of the <code>adobe_widgets</code> UI library from Adobe Begin ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 108,116 ---- \par July 07, 2005 - ASL 1.0.6 Released Highlights of the 1.0.6 changes include: ! - MacTel (Mac OS X on Intel) support ! - Automated building of libraries for IDE-based projects using BBv2 ! - Added <code>\<adobe/numeric.hpp\></code>, beginning similar support for <code>\<numeric\></code> as we have for <code>\<algorithm\></code> ! - Separation of the <code>adobe_widgets</code> UI library from Adobe Begin ! - For more information and more changes see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 102,108 **** \par June 03, 2005 - ASL 1.0.5 Released There were enough problems with the 1.0.4 release that a 1.0.5 release has been rolled. Among the changes: ! - Added adobe/test/xstr_test and adobe/test/md5, directories for testing those respective parts of ASL, which the Boost Build system was expecting ! - Added adobe/test/Jamfile.v2, without which none of the test binaries would have built via the Boost Build system ! - Much more - see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 118,124 ---- \par June 03, 2005 - ASL 1.0.5 Released There were enough problems with the 1.0.4 release that a 1.0.5 release has been rolled. Among the changes: ! - Added adobe/test/xstr_test and adobe/test/md5, directories for testing those respective parts of ASL, which the Boost Build system was expecting ! - Added adobe/test/Jamfile.v2, without which none of the test binaries would have built via the Boost Build system ! - Much more - see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 110,119 **** \par June 02, 2005 - ASL 1.0.4 Released The Adobe Source Libraries 1.0.4 release contains a lot of bug fixes and changes: ! - We now support fully automated builds and regression tests using Boost Build version 2 project files. ! - Windows builds now fully supported. ! - Win32 Adobe Begin now has the Editor palette, allowing you to explore various aspects of the dialog you are viewing ! - Added an Adam smoke test application for command-line validity testing of Adam sheets ! - ZUID: UUID-like identifiers that do not contain personal information in them (like MAC addresses) ! - Much more - see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. --- 126,135 ---- \par June 02, 2005 - ASL 1.0.4 Released The Adobe Source Libraries 1.0.4 release contains a lot of bug fixes and changes: ! - We now support fully automated builds and regression tests using Boost Build version 2 project files. ! - Windows builds now fully supported. ! - Win32 Adobe Begin now has the Editor palette, allowing you to explore various aspects of the dialog you are viewing ! - Added an Adam smoke test application for command-line validity testing of Adam sheets ! - ZUID: UUID-like identifiers that do not contain personal information in them (like MAC addresses) ! - Much more - see the \ref asl_release_notes \par Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section to grab it. *************** *** 132,138 **** \htmlonly <ul> ! <li><a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> Latest news</li> ! <li><a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> Latest news (with full text)</li> ! <li><a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=132417"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> File releases</li> </ul> \endhtmlonly --- 148,154 ---- \htmlonly <ul> ! <li><a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> Latest news</li> ! <li><a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> Latest news (with full text)</li> ! <li><a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=132417"><img src="http://images.sourceforge.net/images/xml.png" border="0" alt="RSS Feed Available" width="36" height="14" style="vertical-align: middle"></a> File releases</li> </ul> \endhtmlonly *************** *** 143,149 **** \par February 25, 2005 - ASL 1.0.1 Preview Released We are happy to announce the release of the Adobe Open Source Libraries to the public. We have documentation and some tutorials available (\ref asl_home), as well as sources and binaries available for <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a>. A good place to start is by reading the \ref asl_foreword and \ref asl_overview. - - \page opensource_news_dummy_page stub page - This stub page is included so Doxygen will include the following images: - \image html grant_munsey.jpg "Grant and his wife Sandy in 2000" */ --- 159,161 ---- Index: toc.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/toc.dox,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** toc.dox 6 Jan 2006 18:35:20 -0000 1.7 --- toc.dox 3 Feb 2006 18:20:43 -0000 1.8 *************** *** 3,98 **** \if opensource_website - General ! - \ref asl_overview ! - \ref asl_foreword \endif - Language References ! - \ref adam_reference ! - \ref eve_reference ! - \ref expression_reference - \ref asl_concepts ! - \ref stldoc_Assignable ! - \ref stldoc_BackInsertionSequence ! - \ref concept_convertible_to_bool ! - \ref concept_convertible_to_function ! - \ref concept_convertible_to_range ! - \ref stldoc_DefaultConstructible ! - \ref stldoc_EqualityComparable ! - \ref stldoc_FrontInsertionSequence ! - \ref stldoc_LessThanComparable ! - \ref concept_regular_type ! - \ref stldoc_ReversibleContainer ! - \ref concept_transform_function - \ref asl_libraries ! - \ref adam_engine ! - \ref adamparser ! - \ref algorithm ! - \ref conversion ! - \ref enum_ops ! - \ref eve_engine ! - \ref eveparser ! - \ref asl_gil ! - \ref adobe_final ! - \ref forest_related ! - \ref adobe_functional ! - \ref adobe_iterator ! - \ref adobe_once ! - \ref regular_object_related ! - \ref adobe_sha ! - \ref adobe_string ! - \ref asl_thread_id ! - \ref asl_unicode ! - \ref asl_xstring ! - \ref widget_lib [Future] ! - \ref widget_reference ! \if opensource_website - \ref ui_core \endif ! - Functions ! - adobe::align_slices - Classes ! - adobe::array_t ! - adobe::array_t::back_insert_iterator ! - adobe::bad_cast ! - adobe::circular_queue ! - adobe::copy_on_write ! - adobe::counter_t ! - adobe::dancing_links ! - adobe::dictionary_t ! - adobe::empty_t ! - adobe::extents_t ! - adobe::extents_t::slice_t ! - adobe::extents_slices_t ! - adobe::line_position_t ! - adobe::md5_t ! - adobe::name_t ! - adobe::const_once_name_t ! - adobe::static_name_t ! - \ref adobe_sha ! - adobe::sha1_t ! - adobe::sha224_t ! - adobe::sha256_t ! - adobe::sha384_t ! - adobe::sha512_t ! - adobe::static_table ! - adobe::static_table_traits ! - adobe::stream_error_t ! - adobe::table_index ! - adobe::timer_t ! - adobe::value_t ! - adobe::value_t::transform ! - adobe::virtual_machine_t ! - adobe::virtual_machine_t::tracked_value_t ! - adobe::zuid_t - \ref asl_tutorials ! - General ! - \ref asl_tutorials_namespaces ! - \ref asl_tutorials_array_t ! - \ref asl_tutorials_dictionary_t ! - \ref asl_tutorials_eve ! - \ref asl_tutorials_forest ! - \ref asl_tutorials_value_t - Indices ! - <a href="annotated.html">Annotated Class List</a> ! - <a href="classes.html">Class Index</a> ! - <a href="functions.html">Member Index</a> ! - <a href="files.html">File Index</a> */ --- 3,99 ---- \if opensource_website - General ! - \ref asl_overview ! - \ref asl_foreword \endif - Language References ! - \ref adam_reference ! - \ref eve_reference ! - \ref expression_reference - \ref asl_concepts ! - \ref stldoc_Assignable ! - \ref stldoc_BackInsertionSequence ! - \ref concept_convertible_to_bool ! - \ref concept_convertible_to_function ! - \ref concept_convertible_to_range ! - \ref stldoc_DefaultConstructible ! - \ref stldoc_EqualityComparable ! - \ref stldoc_FrontInsertionSequence ! - \ref stldoc_LessThanComparable ! - \ref concept_regular_type ! - \ref stldoc_ReversibleContainer ! - \ref concept_transform_function - \ref asl_libraries ! - \ref adam_engine ! - \ref adamparser ! - \ref algorithm ! - \ref conversion ! - \ref cmath ! - \ref enum_ops ! - \ref eve_engine ! - \ref eveparser ! - \ref asl_gil ! - \ref adobe_final ! - \ref forest_related ! - \ref adobe_functional ! - \ref adobe_iterator ! - \ref adobe_once ! - \ref regular_object_related ! - \ref adobe_sha ! - \ref adobe_string ! - \ref asl_thread_id ! - \ref asl_unicode ! - \ref asl_xstring ! - \ref widget_lib [Future] ! - \ref widget_reference ! - \ref ui_core ! - Functions ! - adobe::align_slices - Classes ! - adobe::array_t ! - adobe::array_t::back_insert_iterator ! - adobe::bad_cast ! - adobe::circular_queue ! - adobe::copy_on_write ! - adobe::counter_t ! - adobe::dancing_links ! - adobe::dictionary_t ! - adobe::empty_t ! - adobe::extents_t ! - adobe::extents_t::slice_t ! - adobe::extents_slices_t ! - adobe::line_position_t ! - adobe::md5_t ! - adobe::name_t ! - adobe::const_once_name_t ! - adobe::static_name_t ! - \ref adobe_sha ! - adobe::sha1_t ! - adobe::sha224_t ! - adobe::sha256_t ! - adobe::sha384_t ! - adobe::sha512_t ! - adobe::static_table ! - adobe::static_table_traits ! - adobe::stream_error_t ! - adobe::table_index ! - adobe::timer_t ! - adobe::value_t ! - adobe::value_t::transform ! - adobe::virtual_machine_t ! - adobe::virtual_machine_t::tracked_value_t ! - adobe::zuid_t - \ref asl_tutorials ! - General ! - \ref asl_tutorials_namespaces ! - \ref asl_tutorials_array_t ! - \ref asl_tutorials_dictionary_t ! - \ref asl_tutorials_eve ! - \ref asl_tutorials_forest ! - \ref asl_tutorials_value_t - Indices ! - <a href="annotated.html">Annotated Class List</a> ! - <a href="classes.html">Class Index</a> ! - <a href="functions.html">Member Index</a> ! - <a href="files.html">File Index</a> */ Index: mainpage.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/mainpage.dox,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mainpage.dox 2 Dec 2005 02:52:55 -0000 1.12 --- mainpage.dox 3 Feb 2006 18:20:42 -0000 1.13 *************** *** 20,42 **** <div align="center"> <form method=get action="http://search.yahoo.com/search"> ! <input type="hidden" name="fr" value="yscpb"/> ! <input type="hidden" name="vs" id="ysvs1" style="vertical-align: middle" value="opensource.adobe.com"/> ! <table align="center"> ! <tr> ! <td rowspan="2" valign="middle"> ! <a href="http://search.yahoo.com/"> ! <img src="http://us.i1.yimg.com/us.yimg.com/i/us/search/ysan/ysanlogo.gif" border="0" style="vertical-align: middle"/> ! </a> ! </td> ! <td> ! <input type="text" name="p" size="29"/> ! <input type="submit" value="Search"/> ! </td> ! <tr> ! <td> ! <font size="-2">Search opensource.adobe.com</f... [truncated message content] |