Portato out of line un metodo inline dei record array
git-svn-id: svn://10.65.10.50/trunk@1255 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
74cf716776
commit
191345de81
@ -1,4 +1,4 @@
|
||||
/* $Id: relation.h,v 1.14 1995-04-14 12:14:16 guy Exp $ */
|
||||
/* $Id: relation.h,v 1.15 1995-04-18 08:40:18 guy Exp $ */
|
||||
// join.h
|
||||
// fv 12/8/93
|
||||
// join class for isam files
|
||||
@ -153,7 +153,7 @@ class TRecord_array : private TArray
|
||||
|
||||
private:
|
||||
int rec2row(const TRectype& r) const; // Estrae il numero riga di un record
|
||||
const TRectype& key() const { return (const TRectype&)operator[](0); }
|
||||
const TRectype& key() const;
|
||||
|
||||
public:
|
||||
int rows() const { return items()-1; } // Numero di righe presenti
|
||||
|
Loading…
x
Reference in New Issue
Block a user