Changeset 1469
- Timestamp:
- 08/05/10 20:56:30 (21 months ago)
- File:
-
- 1 edited
-
trunk/bindings/cpp/NeXusFile.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.cpp
r1468 r1469 13 13 using std::stringstream; 14 14 using std::vector; 15 16 /** 17 * \mainpage NeXus C++ API documentation 18 * \section sec_purpose Purpose of API 19 * This provides a C++ like interface to the NeXus C API. It adds: 20 * - Exceptions 21 * - suport for std::vector<type> and std::string 22 * 23 * \section sec_core Core C++ API 24 * The core API provides the basic routines for reading, writing and navigating NeXus files. See the \b Modules tab. 25 * 26 * C++ programs that call the above routines should include the following header file: 27 * \code 28 * #include "NeXusFile.hpp" 29 * \endcode 30 */ 15 31 16 32 static const string NULL_STR = "NULL";
Note: See TracChangeset
for help on using the changeset viewer.
