Changeset 1466 for trunk/bindings
- Timestamp:
- 08/05/10 13:21:58 (2 years ago)
- File:
-
- 1 edited
-
trunk/bindings/cpp/NeXusFile.hpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/cpp/NeXusFile.hpp
r1449 r1466 307 307 308 308 /** 309 * \param The name of the data to open.309 * \param name The name of the data to open. 310 310 */ 311 311 void openData(const std::string& name); … … 339 339 * 340 340 * \param name Name of the attribute to add. 341 * \param dataThe attribute value.341 * \param value The attribute value. 342 342 */ 343 343 template <typename NumT> … … 348 348 * 349 349 * \param name Name of the attribute to add. 350 * \param dataThe attribute value.350 * \param value The attribute value. 351 351 */ 352 352 void putAttr(const char* name, const char* value); … … 356 356 * 357 357 * \param name Name of the attribute to add. 358 * \param dataThe attribute value.358 * \param value The attribute value. 359 359 */ 360 360 void putAttr(const std::string& name, const std::string value); … … 535 535 * Diagnostic print of the link information. 536 536 * 537 * \param The link to print to stdout.537 * \param link The link to print to stdout. 538 538 */ 539 539 void printLink(NXlink & link); … … 551 551 * Find out the name of the file this object is holding onto. 552 552 * 553 * \param The size of the buffer to use for reading the name.553 * \param buff_length The size of the buffer to use for reading the name. 554 554 * 555 555 * \return The name of the file.
Note: See TracChangeset
for help on using the changeset viewer.
