14#ifndef D3PDMAKERUTILS_SINGLEASSOCIATIONTOOLMULTI_H
15#define D3PDMAKERUTILS_SINGLEASSOCIATIONTOOLMULTI_H
20#ifndef D3PDMAKERUTILS_SINGLEASSOCIATIONTOOL_H
48template <
class T0,
class TO_T>
60 const std::string& name,
61 const IInterface* parent);
73 const std::type_info& ti)
override;
104 virtual const std::type_info&
typeinfo()
const override;
162 virtual void push_ti (std::vector<const std::type_info*>& tis);
A simple tuple of multiple types.
Common interface for adding a variable to a tuple.
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
Block filler tool for noisy FEB information.
std::tuple< WrapType< TYPES >... > Types
A simple tuple of multiple types.