1 #ifndef IOPool_Streamer_MsgTools_h
2 #define IOPool_Streamer_MsgTools_h
24 unsigned long long a=v[0],
b=v[1],
c=v[2],
d=v[3];
25 unsigned long long e=v[4],
f=v[5],
g=v[6],
h=v[7];
26 a|=(b<<8)|(c<<16)|(d<<24)|(e<<32)|(f<<40)|(g<<48)|(h<<56);
33 unsigned int a=v[0],
b=v[1],
c=v[2],
d=v[3];
34 a|=(b<<8)|(c<<16)|(d<<24);
41 unsigned int a=v[0],
b=v[1];
83 for(Strings::const_iterator beg = names.begin(); beg != names.end(); ++beg) {
84 if(first) first =
false;
else *pos++ =
' ';
94 std::istringstream ist(
std::string(reinterpret_cast<char *>(from),from_len));
95 typedef std::istream_iterator<std::string> Iter;
96 std::copy(Iter(ist),Iter(),std::back_inserter(to));
static const HistoName names[]
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Func copy_all(ForwardSequence &s, Func f)
wrappers for copy