|
string | binder::function_arguments (clang::FunctionDecl const *record) |
|
pair< string, string > | binder::function_arguments_for_lambda (clang::FunctionDecl const *record, uint n) |
|
tuple< string, string, string > | binder::function_arguments_for_py_overload (clang::FunctionDecl const *record) |
|
std::string | binder::python_function_name (clang::FunctionDecl const *F) |
|
std::string | binder::function_pointer_type (clang::FunctionDecl const *record) |
|
std::string | binder::function_qualified_name (clang::FunctionDecl const *F) |
|
bool | binder::is_binding_requested (clang::FunctionDecl const *F, Config const &config) |
| check if user requested binding for the given declaration More...
|
|
bool | binder::is_skipping_requested (clang::FunctionDecl const *F, Config const &config) |
| check if user requested skipping for the given declaration More...
|
|
std::string | binder::bind_function (std::string const &module, clang::FunctionDecl const *F, Context &) |
|
void | binder::add_relevant_includes (clang::FunctionDecl const *F, IncludeSet &includes, int level) |
| extract include needed for this generator and add it to includes vector More...
|
|
bool | binder::is_bindable (clang::FunctionDecl const *F) |
| check if generator can create binding More...
|
|
Binding generation for static and member functions.
- Author
- Sergey Lyskov