Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Tracepoint Struct Reference

#include <provider.h>

+ Collaboration diagram for Tracepoint:

Classes

struct  Argument
 
struct  Field
 

Public Attributes

QString name
 
QList< Argumentargs
 
QList< Fieldfields
 

Detailed Description

Definition at line 12 of file provider.h.

Member Data Documentation

◆ args

QList<Argument> Tracepoint::args

Definition at line 51 of file provider.h.

◆ fields

QList<Field> Tracepoint::fields

Definition at line 52 of file provider.h.

◆ name

QString Tracepoint::name

Definition at line 50 of file provider.h.

Referenced by parseTracepoint().


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