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

Detailed Description
Class String represents a string record, which holds the value of calculation if a formula returns a string.This record must appear right after the associated formula record.
- See also:
- FormulaRecord
Definition at line 2531 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| StringRecord () | |
| virtual | ~StringRecord () |
| virtual void | setData (unsigned size, const unsigned char *data) |
| UString | ustring () const |
| Value | value () const |
| virtual const char * | name () |
| virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id = 0x0207 |
Constructor & Destructor Documentation
| StringRecord::StringRecord | ( | ) |
| StringRecord::~StringRecord | ( | ) | [virtual] |
Member Function Documentation
| void StringRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| UString StringRecord::ustring | ( | ) | const |
| Value StringRecord::value | ( | ) | const |
| virtual const char* Swinder::StringRecord::name | ( | ) | [inline, virtual] |
| void StringRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int StringRecord::id = 0x0207 [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:

