cxxclass

The <cxxclass> element is a reference to a C++ class.

Description

The <cxxclass> element can be used to reference a C++ class from another topic type, such as concept or task.

Example

<task id="connectionsxml">
  <title>Connections</title>
  <taskbody>

    <steps>
    <step><cm>Open the connection</cm>
      <info>You can use <cxxclass keyref="classkey">Connections class</cxxclass> 
      in a C++ application.</info>

    </step>
    ...
    </steps>
  </taskbody>
</task>

Contained by

Contains

Content Model

No content.

Inheritance

topic/xref pr-d/xref api-d/apipackage cxxapi-d/cxxclass