ROOT
Version master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
▼
roofit
►
batchcompute
►
codegen
►
doc
►
histfactory
►
hs3
►
jsoninterface
►
multiprocess
►
roofit
►
roofitcore
►
roofitmore
▼
roofitZMQ
▼
res
▼
RooFit_ZMQ
►
functions.h
►
ppoll.h
►
Utility.h
►
ZeroMQPoller.h
►
ZeroMQSvc.h
►
src
►
roostats
►
xroofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
functions.h
Go to the documentation of this file.
1
/*
2
* Project: RooFit
3
* Authors:
4
* RA, Roel Aaij, NIKHEF
5
* PB, Patrick Bos, Netherlands eScience Center, p.bos@esciencecenter.nl
6
*
7
* Copyright (c) 2021, CERN
8
*
9
* Redistribution and use in source and binary forms,
10
* with or without modification, are permitted according to the terms
11
* listed in LICENSE (http://roofit.sourceforge.net/license.txt)
12
*/
13
14
#ifndef ZEROMQ_FUNCTIONS_H
15
#define ZEROMQ_FUNCTIONS_H 1
16
17
#include <cstddef>
// std::size_t
18
19
namespace
ZMQ
{
20
21
template
<
class
T>
22
std::size_t
defaultSizeOf
(
const
T &)
23
{
24
return
sizeof
(T);
25
}
26
27
std::size_t
stringLength
(
const
char
&
cs
);
28
29
}
// namespace ZMQ
30
31
#endif
// ZEROMQ_FUNCTIONS_H
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
ZMQ
Definition
functions.h:19
ZMQ::stringLength
std::size_t stringLength(const char &cs)
Definition
functions.cpp:19
ZMQ::defaultSizeOf
std::size_t defaultSizeOf(const T &)
Definition
functions.h:22
roofit
roofitZMQ
res
RooFit_ZMQ
functions.h
ROOT master - Reference Guide Generated on Tue Apr 8 2025 06:21:44 (GVA Time) using Doxygen 1.10.0