IODA Bundle
RowsCounter.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 1996-2012 ECMWF.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  * In applying this licence, ECMWF does not waive the privileges and immunities
7  * granted to it by virtue of its status as an intergovernmental organisation nor
8  * does it submit to any jurisdiction.
9  */
10 
11 #ifndef RowsCounter_H
12 #define RowsCounter_H
13 
14 namespace odc {
15 
16 class RowsCounter {
17 public:
18  static unsigned long long fastRowCount(const eckit::PathName &);
19 
20 private:
21 // No copy allowed
24 };
25 
26 } // namespace odc
27 
28 #endif
RowsCounter(const RowsCounter &)
RowsCounter & operator=(const RowsCounter &)
static unsigned long long fastRowCount(const eckit::PathName &)
Definition: RowsCounter.cc:21
Definition: ColumnInfo.h:23