Ignore:
Timestamp:
14/04/09 18:56:40 (3 years ago)
Author:
Freddie Akeroyd
Message:

Merg in r1212:r1222 from trunk. Refs #115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/bindings/cpp/NeXusStream.hpp

    r1108 r1230  
    3131// Revision of last commit $LastChangedRevision$  
    3232// Date of last commit     $LastChangedDate$ 
    33 // Author of last commit   $LastChangedBy$ 
     33// Last changed by         $LastChangedBy$ 
    3434////////////////////////////////////////////////////////////////////////// 
    3535 
     
    3737 * \file NeXusStream.hpp 
    3838 * Header for IOStream like interface to NeXus files 
     39 * \author Freddie Akeroyd, STFC ISIS Facility, GB 
    3940 * \version $LastChangedRevision$ 
    4041 * \date    $LastChangedDate$ 
     42 * \defgroup cpp_stream IOstream like interface 
     43 * \ingroup cpp_main 
    4144 */ 
    4245 
     
    5760    }; 
    5861 
     62    /// \ingroup cpp_stream 
    5963    enum StreamModifier { Close=0 }; 
    6064 
     
    9599    }; 
    96100 
     101    /// \ingroup cpp_stream 
    97102    class NXDLL_EXPORT Attr : public ISerialisable 
    98103    { 
     
    164169    }; 
    165170     
     171    /// \ingroup cpp_stream 
    166172    class NXDLL_EXPORT Group : public ObjectWithAttr 
    167173    { 
     
    214220    }; 
    215221 
     222    /// \ingroup cpp_stream 
    216223    class NXDLL_EXPORT Data : public ObjectWithAttr 
    217224    { 
     
    245252    }; 
    246253 
     254    /// \ingroup cpp_stream 
    247255   NXDLL_EXPORT File& operator<<(File& nf, const ISerialisable& obj); 
     256     
     257    /// \ingroup cpp_stream 
    248258   NXDLL_EXPORT File& operator>>(File& nf, const ISerialisable& obj); 
    249259 
     260    /// \ingroup cpp_stream 
    250261   NXDLL_EXPORT File& operator<<(File& nf, const StreamModifier sm); 
     262  
     263    /// \ingroup cpp_stream 
    251264   NXDLL_EXPORT File& operator>>(File& nf, const StreamModifier sm); 
    252265 
Note: See TracChangeset for help on using the changeset viewer.