akregator
c4_Reference Class Reference
#include <mk4.h>
Inheritance diagram for c4_Reference:

Detailed Description
A reference is used to get or set typed data, using derived classes.Definition at line 945 of file mk4.h.
Public Member Functions | |
| c4_Reference (const c4_RowRef &, const c4_Property &) | |
| bool | GetData (c4_Bytes &) const |
| int | GetSize () const |
| c4_Reference & | operator= (const c4_Reference &) |
| void | SetData (const c4_Bytes &) const |
Protected Attributes | |
| c4_Cursor | _cursor |
| const c4_Property & | _property |
Friends | |
| bool | operator!= (const c4_Reference &, const c4_Reference &) |
| bool | operator== (const c4_Reference &, const c4_Reference &) |
Constructor & Destructor Documentation
| c4_Reference::c4_Reference | ( | const c4_RowRef & | , | |
| const c4_Property & | ||||
| ) |
Constructor.
Member Function Documentation
| bool c4_Reference::GetData | ( | c4_Bytes & | ) | const |
Retrieve the value of the referenced data item.
| int c4_Reference::GetSize | ( | ) | const |
Return width of the referenced data item.
| c4_Reference & c4_Reference::operator= | ( | const c4_Reference & | value_ | ) |
| void c4_Reference::SetData | ( | const c4_Bytes & | ) | const |
Store a value into the referenced data item.
Friends And Related Function Documentation
| bool operator!= | ( | const c4_Reference & | , | |
| const c4_Reference & | ||||
| ) | [friend] |
Return true if the contents of both references is not equal.
| bool operator== | ( | const c4_Reference & | a_, | |
| const c4_Reference & | b_ | |||
| ) | [friend] |
Member Data Documentation
c4_Cursor c4_Reference::_cursor [protected] |
const c4_Property& c4_Reference::_property [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference