Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph-python
Commits
ea6a489c
Commit
ea6a489c
authored
3 years ago
by
Florent Lamiraux
Browse files
Options
Downloads
Patches
Plain Diff
Add fwd.hh header file.
parent
7951a929
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15072
canceled
3 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
include/dynamic-graph/python/fwd.hh
+21
-0
21 additions, 0 deletions
include/dynamic-graph/python/fwd.hh
include/dynamic-graph/python/interpreter.hh
+1
-0
1 addition, 0 deletions
include/dynamic-graph/python/interpreter.hh
with
23 additions
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
ea6a489c
...
@@ -48,6 +48,7 @@ SET(${PROJECT_NAME}_HEADERS
...
@@ -48,6 +48,7 @@ SET(${PROJECT_NAME}_HEADERS
include/
${
CUSTOM_HEADER_DIR
}
/api.hh
include/
${
CUSTOM_HEADER_DIR
}
/api.hh
include/
${
CUSTOM_HEADER_DIR
}
/convert-dg-to-py.hh
include/
${
CUSTOM_HEADER_DIR
}
/convert-dg-to-py.hh
include/
${
CUSTOM_HEADER_DIR
}
/dynamic-graph-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
}
/interpreter.hh
include/
${
CUSTOM_HEADER_DIR
}
/module.hh
include/
${
CUSTOM_HEADER_DIR
}
/module.hh
include/
${
CUSTOM_HEADER_DIR
}
/python-compat.hh
include/
${
CUSTOM_HEADER_DIR
}
/python-compat.hh
...
...
This diff is collapsed.
Click to expand it.
include/dynamic-graph/python/fwd.hh
0 → 100644
+
21
−
0
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
This diff is collapsed.
Click to expand it.
include/dynamic-graph/python/interpreter.hh
+
1
−
0
View file @
ea6a489c
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#undef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE
#undef _XOPEN_SOURCE
#include
<dynamic-graph/python/fwd.hh>
#include
"dynamic-graph/python/api.hh"
#include
"dynamic-graph/python/api.hh"
#include
"dynamic-graph/python/deprecated.hh"
#include
"dynamic-graph/python/deprecated.hh"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment