|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US"> |
| 3 | + <compounddef id="class_c" kind="class" language="C++" prot="public" abstract="yes"> |
| 4 | + <compoundname>C</compoundname> |
| 5 | + <sectiondef kind="public-func"> |
| 6 | + <memberdef kind="function" id="class_c_1a0b664e9b999fca39643fe34a77579794" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual"> |
| 7 | + <type>int</type> |
| 8 | + <definition>virtual int C::f_pure</definition> |
| 9 | + <argsstring>()=0</argsstring> |
| 10 | + <name>f_pure</name> |
| 11 | + <qualifiedname>C::f_pure</qualifiedname> |
| 12 | + <briefdescription> |
| 13 | + <para>Pure. </para> |
| 14 | + </briefdescription> |
| 15 | + <detaileddescription> |
| 16 | + </detaileddescription> |
| 17 | + <inbodydescription> |
| 18 | + </inbodydescription> |
| 19 | + <location file="108_trailing_return_types.cpp" line="8" column="18"/> |
| 20 | + </memberdef> |
| 21 | + <memberdef kind="function" id="class_c_1a0c18882ecf4845fe4c4b36700f2494df" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> |
| 22 | + <type>int</type> |
| 23 | + <definition>int C::f_override</definition> |
| 24 | + <argsstring>() override</argsstring> |
| 25 | + <name>f_override</name> |
| 26 | + <qualifiedname>C::f_override</qualifiedname> |
| 27 | + <briefdescription> |
| 28 | + <para>Override. </para> |
| 29 | + </briefdescription> |
| 30 | + <detaileddescription> |
| 31 | + </detaileddescription> |
| 32 | + <inbodydescription> |
| 33 | + </inbodydescription> |
| 34 | + <location file="108_trailing_return_types.cpp" line="10" column="10"/> |
| 35 | + </memberdef> |
| 36 | + <memberdef kind="function" id="class_c_1a04dd9ca5948792c146024e91dc007446" prot="public" static="no" const="no" explicit="no" inline="no" final="yes" virt="virtual"> |
| 37 | + <type>int</type> |
| 38 | + <definition>virtual int C::f_final</definition> |
| 39 | + <argsstring>() final</argsstring> |
| 40 | + <name>f_final</name> |
| 41 | + <qualifiedname>C::f_final</qualifiedname> |
| 42 | + <briefdescription> |
| 43 | + <para>Final. </para> |
| 44 | + </briefdescription> |
| 45 | + <detaileddescription> |
| 46 | + </detaileddescription> |
| 47 | + <inbodydescription> |
| 48 | + </inbodydescription> |
| 49 | + <location file="108_trailing_return_types.cpp" line="12" column="18"/> |
| 50 | + </memberdef> |
| 51 | + <memberdef kind="function" id="class_c_1a67f38ea378777e64ac87f0f50c619be9" prot="public" static="no" const="no" explicit="no" inline="no" final="yes" virt="virtual"> |
| 52 | + <type>int</type> |
| 53 | + <definition>virtual int C::f_override_final</definition> |
| 54 | + <argsstring>() override final</argsstring> |
| 55 | + <name>f_override_final</name> |
| 56 | + <qualifiedname>C::f_override_final</qualifiedname> |
| 57 | + <briefdescription> |
| 58 | + <para>Final and override. </para> |
| 59 | + </briefdescription> |
| 60 | + <detaileddescription> |
| 61 | + </detaileddescription> |
| 62 | + <inbodydescription> |
| 63 | + </inbodydescription> |
| 64 | + <location file="108_trailing_return_types.cpp" line="14" column="18"/> |
| 65 | + </memberdef> |
| 66 | + </sectiondef> |
| 67 | + <briefdescription> |
| 68 | + <para>A structure. </para> |
| 69 | + </briefdescription> |
| 70 | + <detaileddescription> |
| 71 | + </detaileddescription> |
| 72 | + <location file="108_trailing_return_types.cpp" line="5" column="1" bodyfile="108_trailing_return_types.cpp" bodystart="5" bodyend="15"/> |
| 73 | + <listofallmembers> |
| 74 | + <member refid="class_c_1a04dd9ca5948792c146024e91dc007446" prot="public" virt="virtual"> |
| 75 | + <scope>C</scope> |
| 76 | + <name>f_final</name> |
| 77 | + </member> |
| 78 | + <member refid="class_c_1a0c18882ecf4845fe4c4b36700f2494df" prot="public" virt="non-virtual"> |
| 79 | + <scope>C</scope> |
| 80 | + <name>f_override</name> |
| 81 | + </member> |
| 82 | + <member refid="class_c_1a67f38ea378777e64ac87f0f50c619be9" prot="public" virt="virtual"> |
| 83 | + <scope>C</scope> |
| 84 | + <name>f_override_final</name> |
| 85 | + </member> |
| 86 | + <member refid="class_c_1a0b664e9b999fca39643fe34a77579794" prot="public" virt="pure-virtual"> |
| 87 | + <scope>C</scope> |
| 88 | + <name>f_pure</name> |
| 89 | + </member> |
| 90 | + </listofallmembers> |
| 91 | + </compounddef> |
| 92 | +</doxygen> |
0 commit comments