#include <mk4.h>
Inheritance diagram for c4_LongProp:

| Public Member Functions | |
| c4_LongProp (const char *) | |
| Construct a new property. | |
| ~c4_LongProp () | |
| Destructor. | |
| c4_LongRef | operator() (const c4_RowRef &) const | 
| Get or set a long int property in a row. | |
| t4_i64 | Get (const c4_RowRef &) const | 
| Get a long int property in a row. | |
| void | Set (const c4_RowRef &, t4_i64) const | 
| Set a long int property in a row. | |
| c4_Row | operator[] (t4_i64) const | 
| Creates a row with one long int, shorthand for AsRow. | |
| c4_Row | AsRow (t4_i64) const | 
| Creates a row with one long int. | |