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