headers
parent
6c0439f6ea
commit
c68c21c187
|
@ -18,15 +18,15 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
#include "Class.h"
|
#include "Class.h"
|
||||||
#include "GlobalFunction.h"
|
#include "GlobalFunction.h"
|
||||||
#include "TemplateInstantiationTypedef.h"
|
#include "TemplateInstantiationTypedef.h"
|
||||||
#include "ForwardDeclaration.h"
|
#include "ForwardDeclaration.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
#include <map>
|
||||||
|
|
||||||
namespace wrap {
|
namespace wrap {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -35,7 +35,6 @@ namespace wrap {
|
||||||
struct Module {
|
struct Module {
|
||||||
|
|
||||||
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
|
typedef std::map<std::string, GlobalFunction> GlobalFunctions;
|
||||||
typedef std::map<std::string, Method> Methods;
|
|
||||||
|
|
||||||
// Filled during parsing:
|
// Filled during parsing:
|
||||||
std::string name; ///< module name
|
std::string name; ///< module name
|
||||||
|
|
Loading…
Reference in New Issue