DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks_dump.cxx File Reference
#include "oks/kernel.hpp"
#include "oks/query.hpp"
#include "oks/exceptions.hpp"
#include <vector>
#include <iostream>
#include <string.h>
#include <stdlib.h>
Include dependency graph for oks_dump.cxx:

Go to the source code of this file.

Enumerations

enum  __OksDumpExitStatus__ {
  __Success__ = 0 , __BadCommandLine__ , __BadOksFile__ , __BadQuery__ ,
  __NoSuchClass__ , __FoundDanglingReferences__ , __ExceptionCaught__
}

Functions

static void printUsage (std::ostream &s)
static void no_param (const char *s)
OksObjectfind_object (char *s, OksKernel &k)
int main (int argc, char **argv)

Enumeration Type Documentation

◆ __OksDumpExitStatus__

Enumerator
__Success__ 
__BadCommandLine__ 
__BadOksFile__ 
__BadQuery__ 
__NoSuchClass__ 
__FoundDanglingReferences__ 
__ExceptionCaught__ 

Definition at line 29 of file oks_dump.cxx.

Function Documentation

◆ find_object()

OksObject * find_object ( char * s,
OksKernel & k )

Definition at line 95 of file oks_dump.cxx.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 120 of file oks_dump.cxx.

◆ no_param()

void no_param ( const char * s)
static

Definition at line 88 of file oks_dump.cxx.

◆ printUsage()

void printUsage ( std::ostream & s)
static

Definition at line 41 of file oks_dump.cxx.