Changeset 814:d2d747fe1db3 in lemon-0.x for src
- Timestamp:
- 09/07/04 12:56:37 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1110
- Location:
- src/hugo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/time_measure.h
r696 r814 130 130 ///#include<hugo/time_measure.h> 131 131 ///#include<iostream> 132 132 /// 133 133 ///int main() 134 134 ///{ … … 194 194 /// \li \c cs: system cpu time of children, 195 195 /// \li \c real: real time. 196 /// \relates TimeStamp 196 197 inline std::ostream& operator<<(std::ostream& os,const TimeStamp &t) 197 198 { -
src/hugo/xy.h
r539 r814 119 119 }; 120 120 121 ///Reading a plainvector from a stream 121 ///Read a plainvector from a stream 122 123 ///\relates xy 124 /// 122 125 template<typename T> 123 126 inline … … 129 132 } 130 133 131 ///Outputting a plainvector to a stream 134 ///Write a plainvector to a stream 135 136 ///\relates xy 137 /// 132 138 template<typename T> 133 139 inline
Note: See TracChangeset
for help on using the changeset viewer.