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

Detailed Description
Boolean value or error code.Class BOFRecord represents BoolErr record, which is used to store boolean value or error code of a cell.
Definition at line 585 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
BoolErrRecord () | |
virtual | ~BoolErrRecord () |
Value | value () const |
virtual void | setData (unsigned size, const unsigned char *data) |
virtual const char * | name () |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Constructor & Destructor Documentation
Swinder::BoolErrRecord::BoolErrRecord | ( | ) |
Creates a new BoolErr record.
virtual Swinder::BoolErrRecord::~BoolErrRecord | ( | ) | [virtual] |
Destroys the BoolErr record.
Member Function Documentation
virtual void Swinder::BoolErrRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
virtual const char* Swinder::BoolErrRecord::name | ( | ) | [inline, virtual] |
virtual void Swinder::BoolErrRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
Value Swinder::BoolErrRecord::value | ( | ) | const |
Returns value of the cell, could be either boolean or error.
Member Data Documentation
const unsigned int Swinder::BoolErrRecord::id [static] |
The documentation for this class was generated from the following file: