-
class
c4_IntProp : public c4_Property
-
Integer properties.
- Public:
- c4_IntProp (const char* name_);
- Constructs a new property.
- c4_IntRef operator() (c4_RowRef row_);
- Gets or sets an integer property in a row.
- t4_i32 Get (c4_RowRef row_);
- Gets an integer property in a row.
- void Set (c4_RowRef row_, t4_i32 value_);
- Sets an integer property in a row.
- c4_Row operator[] (t4_i32 value_);
- Creates a row with one integer, shorthand for AsRow.
- c4_Row AsRow (t4_i32 value_);
- Creates a row with one integer.
#include "k4view.h" // Jun 8, 1997