Helper struct to handle MultiConfig & MonoConfig cases. More...
Public Member Functions | |
for (int n=currConfig;n >=minConfig;--n) | |
Public Attributes | |
const int | currConfig = m.GetCurrentConfiguration() |
const int | minConfig = 1 |
std::ostringstream | msg |
Static Public Attributes | |
template<typename T , std::size_t N> | |
static | bool |
Helper struct to handle MultiConfig & MonoConfig cases.
The dummy is to avoid full specialization in non-namespace scope; and we had to resort to a templated struct instead of a template function because
m | The manager. |
dest | Output parameter where the match will be stored. |
path | Path to transverse. |
dest
). Definition at line 283 of file XXMLManager.h.
|
inline |
Definition at line 308 of file XXMLManager.h.
References det::VManager::fBranch, and utl::Branch::GetChild().
|
static |
Definition at line 289 of file XXMLManager.h.
const int det::XXMLManager< Info >::ConfigHandler< AllowMultiConfig, dummy >::currConfig = m.GetCurrentConfiguration() |
Definition at line 300 of file XXMLManager.h.
const int det::XXMLManager< Info >::ConfigHandler< AllowMultiConfig, dummy >::minConfig = 1 |
Definition at line 301 of file XXMLManager.h.
std::ostringstream det::XXMLManager< Info >::ConfigHandler< AllowMultiConfig, dummy >::msg |
Definition at line 319 of file XXMLManager.h.
Referenced by det::if().