<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
-->
<object xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:xmlliterate.schema" name="tablerow">
<description>A row in a table of data.</description>
<classname>tgl_tablerow</classname>
<members>
<typedobjvectortype name="cols">
<description>The columns of the row.</description>
<reftype>tablecol</reftype>
</typedobjvectortype>
</members>
<methods>
<method name="get_block">
<inheritance>override</inheritance>
<implementations>
<xi:include href="cpp/return_null.xml"/>
</implementations>
</method>
</methods>
</object>