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 |
Constructor & Destructor Documentation
Swinder::StringRecord::StringRecord | ( | ) |
Creates a new string record.
virtual Swinder::StringRecord::~StringRecord | ( | ) | [virtual] |
Destroys the record.
Member Function Documentation
virtual void Swinder::StringRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
virtual const char* Swinder::StringRecord::name | ( | ) | [inline, virtual] |
virtual void Swinder::StringRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
UString Swinder::StringRecord::ustring | ( | ) | const |
Returns the string (in Unicode).
Value Swinder::StringRecord::value | ( | ) | const |
Returns the string as a value.
Member Data Documentation
const unsigned int Swinder::StringRecord::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 file: