![]() |
Rosetta
2019.31
|
#include <enum.hpp>#include <type.hpp>#include <util.hpp>#include <fmt/format.h>#include <clang/AST/ASTContext.h>Namespaces | |
| binder | |
Functions | |
| void | binder::add_relevant_includes (clang::EnumDecl const *E, IncludeSet &includes, int level) |
| extract include needed for this generator and add it to includes vector More... | |
| bool | binder::is_bindable (EnumDecl const *E) |
| check if generator can create binding More... | |
| std::string | binder::bind_enum (std::string const &module, EnumDecl const *E) |
1.8.7