1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
<html><head><base target=k-main></head><body bgcolor=white><nobr>
<font face=Helvetica size=3>
<dl><dt>
<b>class c4_StringProp</b>
: public <A HREF="c4_Property.html" >c4_Property</A> <br><br>
<dd><font face=Times size=3>
String properties.<br><br>
</font></dl>
<table cellborder=0>
<tr>
<td colspan=2>
<font face=Helvetica size=-1><b>Public members</b></font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
</td>
<td>
<nobr>
<b>c4_StringProp</b> (const char* name_);
<font face=Helvetica size=-1><br>
Construct a new property</font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
<A HREF="c4_StringRef.html" >c4_StringRef</A>
</td>
<td>
<nobr>
<b>operator()</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>& row_) <i>const</i>;
<font face=Helvetica size=-1><br>
Get or set a string property in a row</font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
const char*
</td>
<td>
<nobr>
<b>Get</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>& row_) <i>const</i>;
<font face=Helvetica size=-1><br>
Get a string property in a row</font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
void
</td>
<td>
<nobr>
<b>Set</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>& row_, const char* value_) <i>const</i>;
<font face=Helvetica size=-1><br>
Set a string property in a row</font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
<A HREF="c4_Row.html" >c4_Row</A>
</td>
<td>
<nobr>
<b>operator[]</b> (const char* value_) <i>const</i>;
<font face=Helvetica size=-1><br>
Create a row with one string, shorthand for AsRow</font>
</td>
</tr>
<tr>
<td valign=top align=right width=150>
<A HREF="c4_Row.html" >c4_Row</A>
</td>
<td>
<nobr>
<b>AsRow</b> (const char* value_) <i>const</i>;
<font face=Helvetica size=-1><br>
Create a row with one string</font>
</td>
</tr>
</table>
<br><hr size=1 width=50 align=left>
<table cellborder=0>
<tr>
<td width=150>
<font face=Helvetica size=-1><b>Header file</b></font>
</td>
<td>
"mk4.h" -- Dec 9, 1999
</td>
</tr>
<tr>
<td>
<font face=Helvetica size=-1><b>Derived from</b></font>
</td>
<td>
<a name="c4_Property" href="c4_Property.html">c4_Property</a>
</td>
</tr>
</table>
</font></font>
</nobr></body></html>
|