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

Detailed Description
Class SSTRecord represents SST record, which holds the shared string table of the workbook.
- See also:
- LabelSSTRecord
Definition at line 2475 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
SSTRecord () | |
virtual | ~SSTRecord () |
virtual void | setData (unsigned size, const unsigned char *data) |
unsigned | count () const |
UString | stringAt (unsigned index) const |
virtual const char * | name () |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Constructor & Destructor Documentation
Member Function Documentation
void SSTRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
unsigned SSTRecord::count | ( | ) | const |
UString SSTRecord::stringAt | ( | unsigned | index | ) | const |
Returns the string at specified index.
Note that index must be less than count(). If index is not valid, this will return UString::null.
virtual const char* Swinder::SSTRecord::name | ( | ) | [inline, virtual] |
void SSTRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int SSTRecord::id [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Swinder::Record.
The documentation for this class was generated from the following files: