1<html><head><base target=k-main></head><body bgcolor=white>
2
3<font face=Times size=3>
4
5Rows can exist by themselves and as contents of views.  Row assignment
6implies that a copy of the contents of the originating row is made.
7<P>
8
9A row is implemented as an unattached view with exactly one element.
10
11<P>
12
13
14
15<hr size=1>
16
17<dl>
18  
19  <if !private>
20	<a name="c4_Row_Allocate___"><dt>
21	  <nobr>
22	  static <A HREF="c4_Cursor.html" >c4_Cursor</A> 
23	  <b>Allocate</b> ();
24	  </nobr>
25	<dd>
26	  
27	  
28	  <font face=Helvetica size=-1></font>
29	<p>
30  
31  
32  <if !private>
33	<a name="c4_Row_ConcatRow_const__"><dt>
34	  <nobr>
35	  void 
36	  <b>ConcatRow</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
37	  </nobr>
38	<dd>
39	  
40	  
41	  <font face=Helvetica size=-1>Add all properties and values into this row</font>
42	<p>
43  
44  
45  <if !private>
46	<a name="c4_Row_Release_c4_Cursor__"><dt>
47	  <nobr>
48	  static void 
49	  <b>Release</b> (<A HREF="c4_Cursor.html" >c4_Cursor</A>);
50	  </nobr>
51	<dd>
52	  
53	  
54	  <font face=Helvetica size=-1></font>
55	<p>
56  
57  
58  <if !private>
59	<a name="c4_Row_c4_Row__"><dt>
60	  <nobr>
61	  
62	  <b>c4_Row</b> ();
63	  </nobr>
64	<dd>
65	  
66	  
67	  <font face=Helvetica size=-1>Construct a row with no properties</font>
68	<p>
69  
70  
71  <if !private>
72	<a name="c4_Row_c4_Row_const_"><dt>
73	  <nobr>
74	  
75	  <b>c4_Row</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
76	  </nobr>
77	<dd>
78	  
79	  
80	  <font face=Helvetica size=-1>Construct a row from another oneConstruct a row copy from a row reference</font>
81	<p>
82  
83  
84  <if !private>
85	<a name="c4_Row_c4_Row_const_"><dt>
86	  <nobr>
87	  
88	  <b>c4_Row</b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
89	  </nobr>
90	<dd>
91	  
92	  
93	  <font face=Helvetica size=-1>Construct a row from another oneConstruct a row copy from a row reference</font>
94	<p>
95  
96  
97  <if !private>
98	<a name="c4_Row_operator___const__"><dt>
99	  <nobr>
100	  <A HREF="c4_Row.html" >c4_Row</A>&#38; 
101	  <b>operator= </b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
102	  </nobr>
103	<dd>
104	  
105	  
106	  <font face=Helvetica size=-1>Assign a copy of another row to this oneCopy another row to this one</font>
107	<p>
108  
109  
110  <if !private>
111	<a name="c4_Row_operator___const__"><dt>
112	  <nobr>
113	  <A HREF="c4_Row.html" >c4_Row</A>&#38; 
114	  <b>operator= </b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
115	  </nobr>
116	<dd>
117	  
118	  
119	  <font face=Helvetica size=-1>Assign a copy of another row to this oneCopy another row to this one</font>
120	<p>
121  
122  
123  <if !private>
124	<a name="c4_Row__c4_Row__"><dt>
125	  <nobr>
126	  
127	  <b>~c4_Row</b> ();
128	  </nobr>
129	<dd>
130	  
131	  
132	  <font face=Helvetica size=-1>Destructor</font>
133	<p>
134  
135  
136  <if !private>
137	<a name="c4_RowRef_Container___const"><dt>
138	  <nobr>
139	  <A HREF="c4_View.html" >c4_View</A> 
140	  <b><A HREF='c4_RowRef.html'>c4_RowRef</A>::Container</b> () <i>const</i>;
141	  </nobr>
142	<dd>
143	  
144	  
145	  <font face=Helvetica size=-1>Return the underlying container view</font>
146	<p>
147  
148  
149  <if !private>
150	<a name="c4_RowRef_operator_____const"><dt>
151	  <nobr>
152	  <A HREF="c4_Cursor.html" >c4_Cursor</A> 
153	  <b><A HREF='c4_RowRef.html'>c4_RowRef</A>::operator& </b> () <i>const</i>;
154	  </nobr>
155	<dd>
156	  
157	  
158	  <font face=Helvetica size=-1>Return the cursor associated to this row</font>
159	<p>
160  
161  
162  <if !private>
163	<a name="c4_RowRef_operator___const__"><dt>
164	  <nobr>
165	  <A HREF="c4_RowRef.html" >c4_RowRef</A> 
166	  <b><A HREF='c4_RowRef.html'>c4_RowRef</A>::operator= </b> (const <A HREF="c4_RowRef.html" >c4_RowRef</A>&#38; row_);
167	  </nobr>
168	<dd>
169	  
170	  
171	  <font face=Helvetica size=-1>Assign the value of another row to this one</font>
172	<p>
173  
174  
175</dl>
176
177<hr size=1 width=50 align=left>
178class 
179<b>c4_Row</b>
180</font>
181
182</body></html>
183