Changeset 1230 for branches/4.2/bindings/cpp/NeXusStream.hpp
- Timestamp:
- 14/04/09 18:56:40 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/bindings/cpp/NeXusStream.hpp (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/bindings/cpp/NeXusStream.hpp
r1108 r1230 31 31 // Revision of last commit $LastChangedRevision$ 32 32 // Date of last commit $LastChangedDate$ 33 // Author of last commit$LastChangedBy$33 // Last changed by $LastChangedBy$ 34 34 ////////////////////////////////////////////////////////////////////////// 35 35 … … 37 37 * \file NeXusStream.hpp 38 38 * Header for IOStream like interface to NeXus files 39 * \author Freddie Akeroyd, STFC ISIS Facility, GB 39 40 * \version $LastChangedRevision$ 40 41 * \date $LastChangedDate$ 42 * \defgroup cpp_stream IOstream like interface 43 * \ingroup cpp_main 41 44 */ 42 45 … … 57 60 }; 58 61 62 /// \ingroup cpp_stream 59 63 enum StreamModifier { Close=0 }; 60 64 … … 95 99 }; 96 100 101 /// \ingroup cpp_stream 97 102 class NXDLL_EXPORT Attr : public ISerialisable 98 103 { … … 164 169 }; 165 170 171 /// \ingroup cpp_stream 166 172 class NXDLL_EXPORT Group : public ObjectWithAttr 167 173 { … … 214 220 }; 215 221 222 /// \ingroup cpp_stream 216 223 class NXDLL_EXPORT Data : public ObjectWithAttr 217 224 { … … 245 252 }; 246 253 254 /// \ingroup cpp_stream 247 255 NXDLL_EXPORT File& operator<<(File& nf, const ISerialisable& obj); 256 257 /// \ingroup cpp_stream 248 258 NXDLL_EXPORT File& operator>>(File& nf, const ISerialisable& obj); 249 259 260 /// \ingroup cpp_stream 250 261 NXDLL_EXPORT File& operator<<(File& nf, const StreamModifier sm); 262 263 /// \ingroup cpp_stream 251 264 NXDLL_EXPORT File& operator>>(File& nf, const StreamModifier sm); 252 265
Note: See TracChangeset
for help on using the changeset viewer.
