Example Class Reference

Example Class Reference#

Applies to Linux and Windows

2023

2 min read time

ROCm Docs Core Demo Doxygen Docs: example::Example Class Reference

Example class. More...

#include <example.hpp>

Inheritance diagram for example::Example:
[legend]

Public Member Functions

void method ()
 This is a method taking no arguments.
 
int method2 (int param)
 Example method taking parameters. More...
 

Static Protected Attributes

static int static_member
 This is a protected static member.
 

Detailed Description

Example class.

Member Function Documentation

◆ method2()

int example::Example::method2 ( int  param)

Example method taking parameters.

Parameters
paramThe parameter
Returns
description of the return value

The documentation for this class was generated from the following file: