#ifndef AFUN_RT_TOP_ACTIVATION_INLINE_H #define AFUN_RT_TOP_ACTIVATION_INLINE_H #include "rt_top_activation.h" namespace aFunrt { const aFuncode::Code &TopActivation::getBase() const { return base; } } #endif //AFUN_RT_TOP_ACTIVATION_INLINE_H