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