Go to the documentation of this file.
12#ifndef WSFCOMPONENTLISTDEFINES_HPP
13#define WSFCOMPONENTLISTDEFINES_HPP
34#define WSF_CALL_VOID_COMPONENTS(METHOD, ARG) \
35 if (mComponents.HasComponents()) \
37 for (auto component : mComponents) \
39 component->METHOD(ARG); \
Copyrights Multiple, All Rights Reserved