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

| Public Member Functions | |
| c4_Row () | |
| Construct a row with no properties. | |
| c4_Row (const c4_Row &) | |
| Construct a row from another one. | |
| c4_Row (const c4_RowRef &) | |
| Construct a row copy from a row reference. | |
| ~c4_Row () | |
| Destructor. | |
| c4_Row & | operator= (const c4_Row &) | 
| Assign a copy of another row to this one. | |
| c4_Row & | operator= (const c4_RowRef &) | 
| Copy another row to this one. | |
| void | ConcatRow (const c4_RowRef &) | 
| Add all properties and values into this row. | |
| Friends | |
| c4_Row | operator+ (const c4_RowRef &, const c4_RowRef &) | 
| Return a new row which is the concatenation of two others. | |