DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks_report_no_descriptions.cxx File Reference
#include <stdlib.h>
#include "oks/attribute.hpp"
#include "oks/relationship.hpp"
#include "oks/class.hpp"
#include "oks/kernel.hpp"
#include "oks/file.hpp"
#include "oks/exceptions.hpp"
Include dependency graph for oks_report_no_descriptions.cxx:

Go to the source code of this file.

Functions

static void printUsage (std::ostream &s)
static void report_class (const OksClass *c, bool no_description)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 54 of file oks_report_no_descriptions.cxx.

◆ printUsage()

void printUsage ( std::ostream & s)
static

Definition at line 30 of file oks_report_no_descriptions.cxx.

◆ report_class()

void report_class ( const OksClass * c,
bool no_description )
static

Definition at line 43 of file oks_report_no_descriptions.cxx.