DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
oks_report_equal_objects.cxx File Reference
#include <iostream>
#include <sstream>
#include <set>
#include <map>
#include <boost/program_options.hpp>
#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_report_equal_objects.cxx:

Go to the source code of this file.

Classes

struct  SortObjById

Typedefs

typedef std::set< const OksObject *, SortObjByIdObjsSet

Functions

static void process_class (const OksClass *c, bool verbose)
int main (int argc, char **argv)

Typedef Documentation

◆ ObjsSet

typedef std::set<const OksObject *, SortObjById> ObjsSet

Definition at line 42 of file oks_report_equal_objects.cxx.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 137 of file oks_report_equal_objects.cxx.

◆ process_class()

void process_class ( const OksClass * c,
bool verbose )
static

Definition at line 47 of file oks_report_equal_objects.cxx.