home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Bowers Development
/
AppMaker 2.0b5
/
Examples
/
PowerPlant
/
OOFILE
/
FileAndFind_OOFILE.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-30
|
277 b
|
20 lines
|
[
TEXT/MMCC
]
#include "oofile.hpp"
CLASS_TABLE(CdbArticles)
dbChar Title;
dbText Source;
dbText Authors;
dbText Abstract;
CdbArticles() : dbTable("Articles") ,
Title(200, "Title"),
Source("Source"),
Authors("Authors"),
Abstract("Abstract")
{
Title.index(kIndexCompress);
};
};