rt_top_activation.inline.h 261 B

1234567891011
  1. #ifndef AFUN_RT_TOP_ACTIVATION_INLINE_H
  2. #define AFUN_RT_TOP_ACTIVATION_INLINE_H
  3. #include "rt_top_activation.h"
  4. namespace aFunrt {
  5. const aFuncode::Code &TopActivation::getBase() const {
  6. return base;
  7. }
  8. }
  9. #endif //AFUN_RT_TOP_ACTIVATION_INLINE_H