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
| BoolErrRecord::BoolErrRecord | ( | ) |
| BoolErrRecord::~BoolErrRecord | ( | ) | [virtual] |
Member Function Documentation
| Value BoolErrRecord::value | ( | ) | const |
| void BoolErrRecord::setData | ( | unsigned | size, | |
| const unsigned char * | data | |||
| ) | [virtual] |
| virtual const char* Swinder::BoolErrRecord::name | ( | ) | [inline, virtual] |
| void BoolErrRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int BoolErrRecord::id [static] |
The documentation for this class was generated from the following files:

