Patch level : 10.0 no patch
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto il metodo not_empty ai rectype git-svn-id: svn://10.65.10.50/branches/R_10_00@23219 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
116eaa1aba
commit
a0a98b13ff
@ -239,6 +239,9 @@ public:
|
|||||||
// @cmember Ritorna se il record e' vuoto
|
// @cmember Ritorna se il record e' vuoto
|
||||||
bool empty() const
|
bool empty() const
|
||||||
{return _isempty;}
|
{return _isempty;}
|
||||||
|
// @cmember Ritorna se il record non e' vuoto
|
||||||
|
bool not_empty() const
|
||||||
|
{return !_isempty;}
|
||||||
// @cmember Ritorna se il record non e'cancellato
|
// @cmember Ritorna se il record non e'cancellato
|
||||||
bool valid() const
|
bool valid() const
|
||||||
{return _rec[0] == ' ';}
|
{return _rec[0] == ' ';}
|
||||||
@ -858,4 +861,4 @@ for (int _e##isamfile = isamfile.first(); \
|
|||||||
int get_table_names(int logicnum, TToken_string& i_names, int mode); // 1=dbf, 2=cdx, 4=fpt
|
int get_table_names(int logicnum, TToken_string& i_names, int mode); // 1=dbf, 2=cdx, 4=fpt
|
||||||
void set_autoload_new_files(bool on);
|
void set_autoload_new_files(bool on);
|
||||||
|
|
||||||
#endif // __ISAM_
|
#endif // __ISAM_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user