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