campo-sirio/ab/ablib09.h
augusto dca3e18971 ablib01.h ablib09.h analisi.h : corretta l'inclusione degli header
ablib01.cpp ablib01.h : cambiato nome al tipo dll'id_numerico


git-svn-id: svn://10.65.10.50/trunk@5937 c028cbd2-c16b-5b4b-a496-9718f37d4682
1998-01-14 16:00:58 +00:00

29 lines
673 B
C++
Executable File

#ifndef _ABLI09_H
#define _ABLI09_H
#ifndef _RECARRAY_H
#include <recarray.h>
#endif
class TRWrecord_cache : public TRecord_cache
{
TAssoc_array _flags;
protected:
THash_object * get_some_obj();
virtual const TString & getkey2discard();
public:
virtual void discard(const TString & k);
virtual void put(const TRectype &r);
virtual const TRectype& get(const char* chiave);
void clear();
void flush();
TRWrecord_cache(TLocalisamfile *f, int key = 1, bool lock=FALSE);
TRWrecord_cache(int num, int key = 1, bool lock=FALSE);
TRWrecord_cache(const char* table, int key = 1, bool lock=FALSE);
virtual ~TRWrecord_cache() ;
};
#endif