Changeset 1397 for trunk/yat/ColumnStream.h
- Timestamp:
- Jul 25, 2011, 4:05:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/ColumnStream.h
r1336 r1397 2 2 #define _theplu_yat__utility_column_stream_ 3 3 4 // $Id: ColumnStream.h 2 384 2010-12-22 14:03:36Z peter $4 // $Id: ColumnStream.h 2526 2011-07-25 02:03:35Z peter $ 5 5 6 6 /* 7 7 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009, 2010 Peter Johansson8 Copyright (C) 2009, 2010, 2011 Peter Johansson 9 9 10 10 This file is part of yat, http://dev.thep.lu.se/yat … … 23 23 along with yat. If not, see <http://www.gnu.org/licenses/>. 24 24 */ 25 #include <fstream> 25 26 26 #include <iosfwd> 27 27 #include <sstream> … … 87 87 void fill(size_t, size_t); 88 88 bool writeline(size_t i); 89 inline size_t columns(void) const { return buffer_.size(); }89 size_t columns(void) const; 90 90 91 91
Note: See TracChangeset
for help on using the changeset viewer.