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
22
RowsCounter
(
const
RowsCounter
&);
23
RowsCounter
&
operator=
(
const
RowsCounter
&);
24
};
25
26
}
// namespace odc
27
28
#endif
odc::RowsCounter
Definition:
RowsCounter.h:16
odc::RowsCounter::RowsCounter
RowsCounter(const RowsCounter &)
odc::RowsCounter::operator=
RowsCounter & operator=(const RowsCounter &)
odc::RowsCounter::fastRowCount
static unsigned long long fastRowCount(const eckit::PathName &)
Definition:
RowsCounter.cc:21
odc
Definition:
ColumnInfo.h:23
odc
src
odc
RowsCounter.h
Generated on Fri Aug 20 2021 11:49:10 for IODA Bundle by
1.9.1