#include <hpp/core/config.hh>
#include <hpp/core/container.hh>
#include <hpp/core/parameter.hh>
#include <hpp/core/steering-method.hh>
#include <hpp/pinocchio/device.hh>
#include <hpp/util/pointer.hh>
#include <stdexcept>
Go to the source code of this file.
◆ HPP_END_PARAMETER_DECLARATION
#define HPP_END_PARAMETER_DECLARATION |
( |
|
name | ) |
|
Value: } \
} \
; \
extern "C" { \
__InitializerClass_##name __instance_##name; \
}
◆ HPP_START_PARAMETER_DECLARATION
#define HPP_START_PARAMETER_DECLARATION |
( |
|
name | ) |
|
Value:
__InitializerClass_##name() {
#define HPP_CORE_DLLAPI
Definition: config.hh:88