#include <mk4.h>
Inheritance diagram for c4_BytesProp:
Public Member Functions | |
c4_BytesProp (const char *) | |
Construct a new property. | |
~c4_BytesProp () | |
Destructor. | |
c4_BytesRef | operator() (const c4_RowRef &) const |
Get or set a bytes property in a row. | |
c4_Bytes | Get (const c4_RowRef &) const |
Get a bytes property in a row. | |
void | Set (const c4_RowRef &, const c4_Bytes &) const |
Set a bytes property in a row. | |
c4_Row | operator[] (const c4_Bytes &) const |
Create a row with one bytes object, shorthand for AsRow. | |
c4_Row | AsRow (const c4_Bytes &) const |
Create a row with one bytes object. |