27#ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CLASSEXAMPLE_H_
28#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CLASSEXAMPLE_H_
79 return s_static_string;
112 double fundamentalTypeMethod(
const double input_variable)
const;
130 double divideNumbers(
const double first,
const double second)
const;
defines the macros to be used for explicit export of the symbols
static const std::string s_static_string
An example of a static string.
ClassExample(const std::int64_t source_id, const double ra)
Constructor.
virtual ~ClassExample()=default
Destructor.
static const std::string & getStaticString()
std::int64_t getSourceId() const
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.