Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
48aa74cd
Commit
48aa74cd
authored
Mar 25, 2021
by
legoc
Committed by
Shervin Nourbakhsh
Apr 23, 2021
Browse files
Module description
parent
336eb695
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Application.cpp
View file @
48aa74cd
...
@@ -23,7 +23,7 @@ using namespace cameo::application;
...
@@ -23,7 +23,7 @@ using namespace cameo::application;
PYBIND11_MODULE
(
cameopy
,
m
)
{
PYBIND11_MODULE
(
cameopy
,
m
)
{
m
.
doc
()
=
"
pybind11 example plugin
"
;
// optional module docstring
m
.
doc
()
=
"
Python binding of C++ API
"
;
// optional module docstring
m
.
def
(
"toString"
,
&
toString
,
"Function converting numerical state to its string representation"
);
m
.
def
(
"toString"
,
&
toString
,
"Function converting numerical state to its string representation"
);
m
.
attr
(
"OUTPUTSTREAM"
)
=
cameo
::
OUTPUTSTREAM
;
m
.
attr
(
"OUTPUTSTREAM"
)
=
cameo
::
OUTPUTSTREAM
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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