DITA-OT_CXX_Plugin/cxxapiref/doc/html/cxxAPILayer.html
changeset 4 468f4c8d3d5b
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE html
       
     3   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 <html lang="en-us" xml:lang="en-us">
       
     5 <head>
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
       
     7 <meta name="copyright" content="(C) Copyright 2005"/>
       
     8 <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
       
     9 <meta name="DC.Type" content="reference"/>
       
    10 <meta name="DC.Title" content="C++ topic types"/>
       
    11 <meta name="abstract" content="The C++ API specialization provides a set of specific topic types that can describe a C++ application programming interface (API) library. The C++ language-specific API topic types are specialized from the generic API reference topic types. This specialization permits the sharing of the basic semantics and processing."/>
       
    12 <meta name="description" content="The C++ API specialization provides a set of specific topic types that can describe a C++ application programming interface (API) library. The C++ language-specific API topic types are specialized from the generic API reference topic types. This specialization permits the sharing of the basic semantics and processing."/>
       
    13 <meta name="DC.Relation" scheme="URI" content="cxxAPIDomain/cxxAPIDomain_module.html"/>
       
    14 <meta name="DC.Relation" scheme="URI" content="cxxAPIMap/cxxAPIMap_module.html"/>
       
    15 <meta name="DC.Relation" scheme="URI" content="cxxClass/cxxClass_module.html"/>
       
    16 <meta name="DC.Relation" scheme="URI" content="cxxDefine/cxxDefine_module.html"/>
       
    17 <meta name="DC.Relation" scheme="URI" content="cxxEnumeration/cxxEnumeration_module.html"/>
       
    18 <meta name="DC.Relation" scheme="URI" content="cxxFile/cxxFile_module.html"/>
       
    19 <meta name="DC.Relation" scheme="URI" content="cxxFunction/cxxFunction_module.html"/>
       
    20 <meta name="DC.Relation" scheme="URI" content="cxxStruct/cxxStruct_module.html"/>
       
    21 <meta name="DC.Relation" scheme="URI" content="cxxTypedef/cxxTypedef_module.html"/>
       
    22 <meta name="DC.Relation" scheme="URI" content="cxxUnion/cxxUnion_module.html"/>
       
    23 <meta name="DC.Relation" scheme="URI" content="cxxVariable/cxxVariable_module.html"/>
       
    24 <meta name="DC.Format" content="XHTML"/>
       
    25 <meta name="DC.Identifier" content="cxxAPILayer"/>
       
    26 <meta name="DC.Language" content="en-us"/>
       
    27 <link rel="stylesheet" type="text/css" href="commonltr.css"/>
       
    28 <title>C++ topic types</title>
       
    29 <link rel="stylesheet" type="text/css" href="nokiacxxref.css"/></head>
       
    30 <body class="moduleset" id="cxxAPILayer"><a name="cxxAPILayer"><!-- --></a>
       
    31 
       
    32 
       
    33 <h1 class="topictitle1">C++ topic types</h1>
       
    34 
       
    35 
       
    36 <div><p>The C++ API specialization provides a set of specific topic types
       
    37 that can describe a C++ application programming interface (API) library.
       
    38 The C++ language-specific API topic types are specialized from the generic
       
    39 API reference topic types. This specialization permits the sharing of the
       
    40 basic semantics and processing. </p>
       
    41 
       
    42 <div class="section"><h2 class="sectiontitle">Description</h2><p>The C++ modules describe the C++ topic
       
    43 types and their contained elements. For example, the cxxClass module describes
       
    44 all the elements necessary to describe a C++ class.</p>
       
    45 </div>
       
    46 
       
    47 </div>
       
    48 
       
    49 <div>
       
    50 <ul class="ullinks">
       
    51 <li class="ulchildlink"><strong><a href="cxxAPIDomain/cxxAPIDomain_module.html">cxxapi-domain module</a></strong><br/>
       
    52 Provides the description of the elements that refer to the API items within C++ API      topics or other DITA topic types, such as concept or task.</li>
       
    53 <li class="ulchildlink"><strong><a href="cxxAPIMap/cxxAPIMap_module.html">cxxAPIMap module</a></strong><br/>
       
    54 Provides the relationships among a set of C++ API topic types, and can be used to create a Table of Contents (TOC), aggregate C++ API topics into a PDF document, or to create links between topics in output.</li>
       
    55 <li class="ulchildlink"><strong><a href="cxxClass/cxxClass_module.html">cxxClass module</a></strong><br/>
       
    56 Defines a top-level container for all the elements necessary to describe an C++ API class. </li>
       
    57 <li class="ulchildlink"><strong><a href="cxxDefine/cxxDefine_module.html">cxxDefine module</a></strong><br/>
       
    58 Defines a top-level container for all the elements necessary to describe a define. </li>
       
    59 <li class="ulchildlink"><strong><a href="cxxEnumeration/cxxEnumeration_module.html">cxxEnumeration module</a></strong><br/>
       
    60 Defines a top-level container for all the elements necessary to describe an C++ API enumeration. </li>
       
    61 <li class="ulchildlink"><strong><a href="cxxFile/cxxFile_module.html">cxxFile module</a></strong><br/>
       
    62 The cxxFile module defines a top-level container for all the elements necessary to describe the global APIs of a component</li>
       
    63 <li class="ulchildlink"><strong><a href="cxxFunction/cxxFunction_module.html">cxxFunction module</a></strong><br/>
       
    64 The cxxFunction module describes C++ functions, including member functions.</li>
       
    65 <li class="ulchildlink"><strong><a href="cxxStruct/cxxStruct_module.html">cxxStruct module</a></strong><br/>
       
    66 Defines a top-level container for all the elements necessary to describe an C++ API struct. </li>
       
    67 <li class="ulchildlink"><strong><a href="cxxTypedef/cxxTypedef_module.html">cxxTypedef module</a></strong><br/>
       
    68 Defines a top-level container for all the elements necessary to describe an C++ API typedef. </li>
       
    69 <li class="ulchildlink"><strong><a href="cxxUnion/cxxUnion_module.html">cxxUnion module</a></strong><br/>
       
    70 Defines a top-level container for all the elements necessary to describe a C++ API union. </li>
       
    71 <li class="ulchildlink"><strong><a href="cxxVariable/cxxVariable_module.html">cxxVariable module</a></strong><br/>
       
    72 Defines a top-level container for all the elements necessary to describe a variable.</li>
       
    73 </ul>
       
    74 </div>
       
    75 
       
    76 </body>
       
    77 </html>