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

Detailed Description
Class RKRecord represents a cell that contains an RK value, i.e encoded integer or floating-point value.
Definition at line 2231 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| RKRecord () | |
| virtual | ~RKRecord () |
| virtual void | setData (unsigned size, const unsigned char *data) |
| bool | isInteger () const |
| bool | isFloat () const |
| int | asInteger () const |
| double | asFloat () const |
| void | setInteger (int i) |
| void | setFloat (double f) |
| unsigned | encodedRK () const |
| virtual const char * | name () |
| virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
| static const unsigned int | id |
Constructor & Destructor Documentation
| Swinder::RKRecord::RKRecord | ( | ) |
Creates a new RK record.
| virtual Swinder::RKRecord::~RKRecord | ( | ) | [virtual] |
Destroys the record.
Member Function Documentation
| double Swinder::RKRecord::asFloat | ( | ) | const |
| int Swinder::RKRecord::asInteger | ( | ) | const |
| virtual void Swinder::RKRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
| bool Swinder::RKRecord::isFloat | ( | ) | const |
| bool Swinder::RKRecord::isInteger | ( | ) | const |
| virtual const char* Swinder::RKRecord::name | ( | ) | [inline, virtual] |
| virtual void Swinder::RKRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| void Swinder::RKRecord::setFloat | ( | double | f | ) |
| void Swinder::RKRecord::setInteger | ( | int | i | ) |
Member Data Documentation
const unsigned int Swinder::RKRecord::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:

