blob: dd43278ff82eabd3d0b5e620f60ecf792efdbc00 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.9.8" xml:lang="en-US">
<compounddef id="classiceberg_1_1IdentityTransform" kind="class" language="C++" prot="public">
<compoundname>iceberg::IdentityTransform</compoundname>
<basecompoundref refid="classiceberg_1_1TransformFunction" prot="public" virt="non-virtual">iceberg::TransformFunction</basecompoundref>
<includes refid="transform__function_8h" local="no">transform_function.h</includes>
<sectiondef kind="public-func">
<memberdef kind="function" id="classiceberg_1_1IdentityTransform_1ae592dcd7db262bc9adae34d4885d593b" prot="public" static="no" const="no" explicit="yes" inline="no" virt="non-virtual">
<type></type>
<definition>iceberg::IdentityTransform::IdentityTransform</definition>
<argsstring>(std::shared_ptr&lt; Type &gt; const &amp;source_type)</argsstring>
<name>IdentityTransform</name>
<qualifiedname>iceberg::IdentityTransform::IdentityTransform</qualifiedname>
<param>
<type>std::shared_ptr&lt; <ref refid="classiceberg_1_1Type" kindref="compound">Type</ref> &gt; const &amp;</type>
<declname>source_type</declname>
</param>
<briefdescription>
</briefdescription>
<detaileddescription>
<para><parameterlist kind="param"><parameteritem>
<parameternamelist>
<parametername>source_type</parametername>
</parameternamelist>
<parameterdescription>
<para><ref refid="classiceberg_1_1Type" kindref="compound">Type</ref> of the input data. </para>
</parameterdescription>
</parameteritem>
</parameterlist>
</para>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/transform_function.h" line="31" column="12" bodyfile="iceberg/transform_function.cc" bodystart="34" bodyend="35"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1IdentityTransform_1a038a733698c66d6565eefca026d1664a" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
<type>Result&lt; <ref refid="classiceberg_1_1Literal" kindref="compound">Literal</ref> &gt;</type>
<definition>Result&lt; Literal &gt; iceberg::IdentityTransform::Transform</definition>
<argsstring>(const Literal &amp;literal) override</argsstring>
<name>Transform</name>
<qualifiedname>iceberg::IdentityTransform::Transform</qualifiedname>
<reimplements refid="classiceberg_1_1TransformFunction_1afb1c573d9bd098c76d858f476ef16f3f">Transform</reimplements>
<param>
<type>const <ref refid="classiceberg_1_1Literal" kindref="compound">Literal</ref> &amp;</type>
<declname>literal</declname>
</param>
<briefdescription>
<para>Returns the same <ref refid="classiceberg_1_1Literal" kindref="compound">Literal</ref> as the input. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/transform_function.h" line="34" column="10" bodyfile="iceberg/transform_function.cc" bodystart="37" bodyend="37"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1IdentityTransform_1aeb7adbdd7ee14f1e3d658dfe0f52ef70" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual">
<type>std::shared_ptr&lt; <ref refid="classiceberg_1_1Type" kindref="compound">Type</ref> &gt;</type>
<definition>std::shared_ptr&lt; Type &gt; iceberg::IdentityTransform::ResultType</definition>
<argsstring>() const override</argsstring>
<name>ResultType</name>
<qualifiedname>iceberg::IdentityTransform::ResultType</qualifiedname>
<reimplements refid="classiceberg_1_1TransformFunction_1a82841b58ce6380a7467bccf57e18e0d5">ResultType</reimplements>
<briefdescription>
<para>Returns the same type as source_type. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/transform_function.h" line="37" column="19" bodyfile="iceberg/transform_function.cc" bodystart="39" bodyend="39"/>
</memberdef>
</sectiondef>
<sectiondef kind="public-static-func">
<memberdef kind="function" id="classiceberg_1_1IdentityTransform_1ab1dba9173ee1bbc7d6cc78d858367377" prot="public" static="yes" const="no" explicit="no" inline="no" virt="non-virtual">
<type>Result&lt; std::unique_ptr&lt; <ref refid="classiceberg_1_1TransformFunction" kindref="compound">TransformFunction</ref> &gt; &gt;</type>
<definition>Result&lt; std::unique_ptr&lt; TransformFunction &gt; &gt; iceberg::IdentityTransform::Make</definition>
<argsstring>(std::shared_ptr&lt; Type &gt; const &amp;source_type)</argsstring>
<name>Make</name>
<qualifiedname>iceberg::IdentityTransform::Make</qualifiedname>
<param>
<type>std::shared_ptr&lt; <ref refid="classiceberg_1_1Type" kindref="compound">Type</ref> &gt; const &amp;</type>
<declname>source_type</declname>
</param>
<briefdescription>
<para>Create an <ref refid="classiceberg_1_1IdentityTransform" kindref="compound">IdentityTransform</ref>. </para>
</briefdescription>
<detaileddescription>
<para><parameterlist kind="param"><parameteritem>
<parameternamelist>
<parametername>source_type</parametername>
</parameternamelist>
<parameterdescription>
<para><ref refid="classiceberg_1_1Type" kindref="compound">Type</ref> of the input data. </para>
</parameterdescription>
</parameteritem>
</parameterlist>
<simplesect kind="return"><para>A Result containing the <ref refid="classiceberg_1_1IdentityTransform" kindref="compound">IdentityTransform</ref> or an error. </para>
</simplesect>
</para>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/transform_function.h" line="42" column="17" bodyfile="iceberg/transform_function.cc" bodystart="41" bodyend="48"/>
</memberdef>
</sectiondef>
<briefdescription>
<para>Identity transform that returns the input unchanged. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inheritancegraph>
<node id="1">
<label>iceberg::IdentityTransform</label>
<link refid="classiceberg_1_1IdentityTransform"/>
<childnode refid="2" relation="public-inheritance">
</childnode>
</node>
<node id="2">
<label>iceberg::TransformFunction</label>
<link refid="classiceberg_1_1TransformFunction"/>
</node>
</inheritancegraph>
<collaborationgraph>
<node id="1">
<label>iceberg::IdentityTransform</label>
<link refid="classiceberg_1_1IdentityTransform"/>
<childnode refid="2" relation="public-inheritance">
</childnode>
</node>
<node id="2">
<label>iceberg::TransformFunction</label>
<link refid="classiceberg_1_1TransformFunction"/>
</node>
</collaborationgraph>
<location file="iceberg/transform_function.h" line="28" column="1" bodyfile="iceberg/transform_function.h" bodystart="28" bodyend="44"/>
<listofallmembers>
<member refid="classiceberg_1_1IdentityTransform_1ae592dcd7db262bc9adae34d4885d593b" prot="public" virt="non-virtual"><scope>iceberg::IdentityTransform</scope><name>IdentityTransform</name></member>
<member refid="classiceberg_1_1IdentityTransform_1ab1dba9173ee1bbc7d6cc78d858367377" prot="public" virt="non-virtual"><scope>iceberg::IdentityTransform</scope><name>Make</name></member>
<member refid="classiceberg_1_1IdentityTransform_1aeb7adbdd7ee14f1e3d658dfe0f52ef70" prot="public" virt="virtual"><scope>iceberg::IdentityTransform</scope><name>ResultType</name></member>
<member refid="classiceberg_1_1TransformFunction_1a5fb6043200973c2a68f1b59b52f3dc91" prot="public" virt="non-virtual"><scope>iceberg::IdentityTransform</scope><name>source_type</name></member>
<member refid="classiceberg_1_1IdentityTransform_1a038a733698c66d6565eefca026d1664a" prot="public" virt="virtual"><scope>iceberg::IdentityTransform</scope><name>Transform</name></member>
<member refid="classiceberg_1_1TransformFunction_1abf4c9031fa1b0de214e6aa7ffc717c56" prot="public" virt="non-virtual"><scope>iceberg::IdentityTransform</scope><name>transform_type</name></member>
<member refid="classiceberg_1_1TransformFunction_1a3e97589741424abf0fb1c0c01117bb5e" prot="public" virt="non-virtual"><scope>iceberg::IdentityTransform</scope><name>TransformFunction</name></member>
<member refid="classiceberg_1_1TransformFunction_1a523fa272f921de4a2b69a7b6277b39f4" prot="public" virt="virtual"><scope>iceberg::IdentityTransform</scope><name>~TransformFunction</name></member>
</listofallmembers>
</compounddef>
</doxygen>