adam_evaluate.hpp
Go to the documentation of this file.
00001 /* 00002 Copyright 2005-2007 Adobe Systems Incorporated 00003 Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 or a copy at http://stlab.adobe.com/licenses.html) 00005 */ 00006 00007 /*************************************************************************************************/ 00008 00009 #ifndef ADOBE_ADAM_EVALUATE_HPP 00010 #define ADOBE_ADAM_EVALUATE_HPP 00011 00012 #include <adobe/config.hpp> 00013 00014 #include <adobe/adam.hpp> // REVISIT (sparent) : need an adam_fwd.hpp 00015 #include <adobe/adam_parser.hpp> 00016 #include <adobe/external_model.hpp> 00017 00018 /*************************************************************************************************/ 00019 00020 namespace adobe { 00021 00026 /*************************************************************************************************/ 00027 00031 adam_callback_suite_t bind_to_sheet(sheet_t&); 00032 adam_callback_suite_t bind_to_sheet(sheet_t&, external_model_t&); 00033 00034 /*************************************************************************************************/ 00035 00036 } // namespace adobe 00037 00038 /*************************************************************************************************/ 00039 00040 #endif // ADOBE_ADAM_EVALUATE_HPP 00041 00042 /*************************************************************************************************/ |