Go to the documentation of this file.
   11 #ifndef GAUDIEXAMPLES_MULTIINPUT_COMMON 
   12 #define GAUDIEXAMPLES_MULTIINPUT_COMMON 
   21     return o << addr.
svcType() << 
' ' << addr.
clID() << 
' ' << addr.
par()[0] << 
' ' << addr.
par()[1] << 
' ' 
   22              << addr.
ipar()[0] << 
' ' << addr.
ipar()[1];
 
   26     namespace MultiInput {
 
   32         unsigned long ip1{0}, ip2{0};
 
   33         i >> 
s >> 
c >> 
p1 >> 
p2 >> ip1 >> ip2;
 
   41         unsigned long ip1{0}, ip2{0};
 
  
 
const CLID & clID() const override
Access : Retrieve class ID of the link.
long svcType() const override
Access : retrieve the storage type of the class id.
unsigned int CLID
Class ID definition.
Header file for std:chrono::duration-based Counters.
const std::string * par() const override
Retrieve string parameters.
const unsigned long * ipar() const override
Retrieve integer parameters.
std::ostream & operator<<(std::ostream &o, const RootAddress &addr)