filters
Swinder::BOFRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::BOFRecord:

Detailed Description
Beginning of file/set of records.Class BOFRecord represents BOF (Beginning of File) record, which is used to mark beginning of a set of records (following the BOF record). For each BOF record, there should also be one corresponding EOF record.
Note that the name "BOF" is rather misleading. This is because of historical reason only.
- See also:
- EOFRecord
Definition at line 480 of file excel.h.
Public Types | |
enum | { UnknownType = 0, Workbook, Worksheet, Chart, VBModule, MacroSheet, Workspace } |
Public Member Functions | |
unsigned int | rtti () |
BOFRecord () | |
virtual | ~BOFRecord () |
virtual void | setData (unsigned size, const unsigned char *data) |
unsigned | version () const |
const char * | versionAsString () const |
unsigned | type () const |
const char * | typeAsString () const |
virtual const char * | name () |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
void BOFRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
unsigned BOFRecord::version | ( | ) | const |
const char * BOFRecord::versionAsString | ( | ) | const |
unsigned BOFRecord::type | ( | ) | const |
const char * BOFRecord::typeAsString | ( | ) | const |
virtual const char* Swinder::BOFRecord::name | ( | ) | [inline, virtual] |
void BOFRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int BOFRecord::id [static] |
The documentation for this class was generated from the following files: