Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
tracepointgen.cpp File Reference

(5123ac724a70b1a100a0cc31d40c16cb93ba90b7)

#include <qstring.h>
#include <qstringlist.h>
#include <qfile.h>
#include <qfileinfo.h>
#include "tracepointgen.h"
#include "parser.h"
Include dependency graph for tracepointgen.cpp:

Go to the source code of this file.

Functions

static void usage (int status)
static void parseArgs (int argc, char *argv[], QString &provider, QString &outFile, QList< QString > &inputFiles)
int main (int argc, char *argv[])

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 32 of file tracepointgen.cpp.

References Parser::isEmpty().

Here is the call graph for this function:

◆ parseArgs()

void parseArgs ( int argc,
char * argv[],
QString & provider,
QString & outFile,
QList< QString > & inputFiles )
static

Definition at line 19 of file tracepointgen.cpp.

References usage().

Here is the call graph for this function:

◆ usage()

void usage ( int status)
static

Definition at line 12 of file tracepointgen.cpp.

Referenced by parseArgs().

Here is the caller graph for this function: