IccJournal constructors

Constructor (1)

IccJournal (const IccJournalId& id,
           unsigned long options = 0)

id
A reference to an IccJournalId object that identifies which journal is being used.
options
An integer, constructed from the Options enumeration defined in this class, that affects the behavior of writeRecord calls on the IccJournal object. The values may be combined by addition or bitwise ORing, for example:
IccJournal::startIO | IccJournal::synchronous
The default is to use the system default.

Constructor (2)

IccJournal (unsigned short journalNum,
           unsigned long options = 0)

journalNum
The journal number (in the range 1-99)
options
See above.
[[ Contents Previous Page | Next Page Index ]]