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
Member Function Documentation
void RKRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
bool RKRecord::isInteger | ( | ) | const |
bool RKRecord::isFloat | ( | ) | const |
int RKRecord::asInteger | ( | ) | const |
double RKRecord::asFloat | ( | ) | const |
void RKRecord::setInteger | ( | int | i | ) |
void RKRecord::setFloat | ( | double | f | ) |
virtual const char* Swinder::RKRecord::name | ( | ) | [inline, virtual] |
void RKRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int 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 files: