27 #ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CLASSEXAMPLE_H_ 28 #define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CLASSEXAMPLE_H_ 70 return s_static_string;
103 double fundamentalTypeMethod(
const double input_variable)
const;
121 double divideNumbers(
const double first,
const double second)
const;
184 m_source_id(source_id), m_ra(ra) {
201 #endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_CLASSEXAMPLE_H_
std::int64_t getSourceId() const
defines the macros to be used for explicit export of the symbols
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
static const std::string & getStaticString()
ClassExample(const std::int64_t source_id, const double ra)
Constructor.
static std::string s_static_string
An example of a static string.