Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-dbus-monitor
/
74dc24adab6e83cc3058efc458dd5698933b87b5
/
.
/
src
/
test
/
templates
/
callbackgroupgentest.mako.hpp
blob: 28b8ed8866c7858d46a0203444cbb50063705a46 [
file
] [
log
] [
blame
]
Brad Bishop
731171a
2017-05-25 21:49:32 -0400
[
diff
] [
blame
]
1
const
std
::
array
<
std
::
vector
<size_t>
,
$
{
len
(
callbackgroups
)}>
groups
=
{{
2
%
for
g
in
callbackgroups
:
3
{
$
{
', '
.
join
([
str
(
x
)
for
x
in
g
.
members
])}},
4
%
endfor
5
}};