Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100804088
py_aka_common.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 22:03
Size
281 B
Mime Type
text/x-c
Expires
Tue, Feb 4, 22:03 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23738157
Attached To
rAKA akantu
py_aka_common.hh
View Options
#ifndef __AKANTU_PY_AKA_COMMON_HH__
#define __AKANTU_PY_AKA_COMMON_HH__
namespace pybind11 {
struct module;
}
namespace akantu {
void register_all(pybind11::module & mod);
void register_enums(pybind11::module & mod);
void register_initialize(pybind11::module & mod);
}
#endif
Event Timeline
Log In to Comment