#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <string>
#include <algorithm>
Go to the source code of this file.
|
| const std::vector< std::string > | PATCHES |
◆ generateWrapper()
| void generateWrapper |
( |
const Function & | f, |
|
|
std::ostream & | out ) |
◆ isHandleType()
| bool isHandleType |
( |
const std::string & | type | ) |
|
◆ isSupportedParam()
| bool isSupportedParam |
( |
const std::string & | type | ) |
|
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ parseFunction()
| Function parseFunction |
( |
const std::string & | line, |
|
|
int | lineNumber ) |
◆ trim()
| std::string trim |
( |
const std::string & | str | ) |
|
◆ PATCHES
| const std::vector<std::string> PATCHES |
Initial value: = {
"#pragma warning(disable:4996)",
"#pragma warning(disable:4244)"
}
Definition at line 8 of file binding_generator.cpp.