Changeset 1563 for trunk/bindings
- Timestamp:
- 08/10/10 20:46:46 (20 months ago)
- Location:
- trunk/bindings/cpp
- Files:
-
- 2 edited
-
NeXusFile.cpp (modified) (1 diff)
-
NeXusFile.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1534 r1563 17 17 * \file NeXusFile.cpp 18 18 * The implementation of the NeXus C++ API 19 */20 21 /**22 * \mainpage NeXus C++ API23 * @author Peter Peterson24 * @author Freddie Akeroyd25 * \section sec_purpose Purpose of API26 * This provides a C++ like interface to the NeXus C API. It adds:27 * - Exceptions28 * - suport for std::vector<type> and std::string29 * - can directly obtain a container of entry/attribute details rather than needing to iterate via getNext calls.30 *31 *32 * \section sec_core Core C++ API33 * The core API provides the basic routines for reading, writing and navigating NeXus files. See the \b Modules tab.34 *35 * C++ programs that call the above routines should include the following header file:36 * \code37 * #include "NeXusFile.hpp"38 * \endcode39 *40 * \sa napi_test_cpp.cxx41 *42 * For details of the C API see http://download.nexusformat.org/doxygen/html-c/43 *44 */45 46 /**47 * \example napi_test_cpp.cxx48 * Test program for the NeXus C++ Interface.49 * This illustrates calling most of the functions for reading and writing a file50 *51 19 */ 52 20 -
trunk/bindings/cpp/NeXusFile.hpp
r1473 r1563 25 25 26 26 /** 27 * \file 28 * Documentation for the NeXus C++ API. 29 * 2000-2008 the NeXus group. 27 * \file NeXusFile.hpp Definition of the NeXus C++ API. 30 28 * \defgroup cpp_types C++ Types 31 * \ingroup cpp_main32 29 * \defgroup cpp_core C++ Core 33 30 * \ingroup cpp_main
Note: See TracChangeset
for help on using the changeset viewer.
