Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

c4_Row Class Reference

An entry in a collection with copy semantics. More...

#include <mk4.h>

Inheritance diagram for c4_Row:

Inheritance graph
[legend]
List of all members.

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_Rowoperator= (const c4_Row &)
 Assign a copy of another row to this one.
c4_Rowoperator= (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.

Detailed Description

An entry in a collection with copy semantics.


The documentation for this class was generated from the following files:

Metakit C++ API Reference - https://www.equi4.com/metakit.html - extracted with Doxygen