24#ifndef SIMPLE_EXAMPLE_MATH_IMP_H
25#define SIMPLE_EXAMPLE_MATH_IMP_H
A simple implementation of basic math example Service.
Definition: simple_example_math_imp.h:32
static mysql_service_status_t calculate_gcd(int a, int b, int *result) noexcept
Calculates Greatest Common Divisor for given two non-negative numbers.
Definition: simple_example_math_imp.cc:40
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88