Ignore:
Timestamp:
Jul 25, 2011, 4:05:22 AM (12 years ago)
Author:
Peter Johansson
Message:

latest yat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/ColumnStream.h

    r1336 r1397  
    22#define _theplu_yat__utility_column_stream_
    33
    4 // $Id: ColumnStream.h 2384 2010-12-22 14:03:36Z peter $
     4// $Id: ColumnStream.h 2526 2011-07-25 02:03:35Z peter $
    55
    66/*
    77  Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
    8   Copyright (C) 2009, 2010 Peter Johansson
     8  Copyright (C) 2009, 2010, 2011 Peter Johansson
    99
    1010  This file is part of yat, http://dev.thep.lu.se/yat
     
    2323  along with yat. If not, see <http://www.gnu.org/licenses/>.
    2424*/
    25 #include <fstream>
     25
    2626#include <iosfwd>
    2727#include <sstream>
     
    8787    void fill(size_t, size_t);
    8888    bool writeline(size_t i);
    89     inline size_t columns(void) const { return buffer_.size(); }
     89    size_t columns(void) const;
    9090   
    9191
Note: See TracChangeset for help on using the changeset viewer.