Project
Loading...
Searching...
No Matches
o2::framework::CommandInfo Struct Reference

#include <CommandInfo.h>

Public Member Functions

 CommandInfo ()=default
 
 CommandInfo (std::string command)
 
 CommandInfo (int argc, char *const *argv)
 
void merge (CommandInfo const &other)
 

Public Attributes

std::string command
 

Detailed Description

Definition at line 20 of file CommandInfo.h.

Constructor & Destructor Documentation

◆ CommandInfo() [1/3]

o2::framework::CommandInfo::CommandInfo ( )
default

◆ CommandInfo() [2/3]

o2::framework::CommandInfo::CommandInfo ( std::string  command)
inline

Definition at line 22 of file CommandInfo.h.

◆ CommandInfo() [3/3]

o2::framework::CommandInfo::CommandInfo ( int  argc,
char *const *  argv 
)

Definition at line 21 of file CommandInfo.cxx.

Member Function Documentation

◆ merge()

void o2::framework::CommandInfo::merge ( CommandInfo const &  other)

Definition at line 41 of file CommandInfo.cxx.

Member Data Documentation

◆ command

std::string o2::framework::CommandInfo::command

Definition at line 27 of file CommandInfo.h.


The documentation for this struct was generated from the following files: