DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks_diff_data.cxx File Reference
#include <iostream>
#include <set>
#include "oks/kernel.hpp"
#include "oks/class.hpp"
#include "oks/object.hpp"
#include "oks/attribute.hpp"
#include "oks/relationship.hpp"
Include dependency graph for oks_diff_data.cxx:

Go to the source code of this file.

Functions

static void printRecursion (int level)
static void ReportCompositeParents (OksObject *o, int recursionLevel=-1)
static void printShortUsage (const char *appName, std::ostream &s)
static void printUsage (const char *appName, std::ostream &s)
int main (int argc, const char *argv[])

Variables

std::string appTitle

Function Documentation

◆ main()

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

Definition at line 156 of file oks_diff_data.cxx.

◆ printRecursion()

void printRecursion ( int level)
static

Definition at line 59 of file oks_diff_data.cxx.

◆ printShortUsage()

void printShortUsage ( const char * appName,
std::ostream & s )
static

Definition at line 103 of file oks_diff_data.cxx.

◆ printUsage()

void printUsage ( const char * appName,
std::ostream & s )
static

Definition at line 129 of file oks_diff_data.cxx.

◆ ReportCompositeParents()

void ReportCompositeParents ( OksObject * o,
int recursionLevel = -1 )
static

Definition at line 65 of file oks_diff_data.cxx.

Variable Documentation

◆ appTitle

std::string appTitle

Definition at line 55 of file oks_diff_data.cxx.