Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
ea6a489c
Commit
ea6a489c
authored
Jun 10, 2021
by
Florent Lamiraux
Browse files
Add fwd.hh header file.
parent
7951a929
Pipeline
#15072
canceled with stage
in 1 minute and 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ea6a489c
...
...
@@ -48,6 +48,7 @@ SET(${PROJECT_NAME}_HEADERS
include/
${
CUSTOM_HEADER_DIR
}
/api.hh
include/
${
CUSTOM_HEADER_DIR
}
/convert-dg-to-py.hh
include/
${
CUSTOM_HEADER_DIR
}
/dynamic-graph-py.hh
include/
${
CUSTOM_HEADER_DIR
}
/fwd.hh
include/
${
CUSTOM_HEADER_DIR
}
/interpreter.hh
include/
${
CUSTOM_HEADER_DIR
}
/module.hh
include/
${
CUSTOM_HEADER_DIR
}
/python-compat.hh
...
...
include/dynamic-graph/python/fwd.hh
0 → 100644
View file @
ea6a489c
/*
* Copyright CNRS 2021
*
* Author: Florent Lamiraux
*
* This file is part of sot-core.
*/
#ifndef DYNAMIC_GRAPH_PYTHON_FWD_HH
#define DYNAMIC_GRAPH_PYTHON_FWD_HH
#include
<dynamic-graph/fwd.hh>
namespace
dynamicgraph
{
namespace
python
{
class
Interpreter
;
typedef
shared_ptr
<
Interpreter
>
InterpreterPtr_t
;
}
// namespace python
}
// namespace dynamicgraph
#endif // DYNAMIC_GRAPH_PYTHON_FWD_HH
include/dynamic-graph/python/interpreter.hh
View file @
ea6a489c
...
...
@@ -6,6 +6,7 @@
#undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE
#include
<dynamic-graph/python/fwd.hh>
#include
"dynamic-graph/python/api.hh"
#include
"dynamic-graph/python/deprecated.hh"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment