GeNN  4.9.0
GPU enhanced Neuronal Networks (GeNN)
generateMSBuild.h
Go to the documentation of this file.
1 // Standard C++ includes
2 #include <string>
3 #include <vector>
4 
5 // GeNN includes
6 #include "gennExport.h"
7 
8 // Forward declarations
10 
11 namespace CodeGenerator
12 {
13 class BackendBase;
14 }
15 
16 //--------------------------------------------------------------------------
17 // CodeGenerator
18 //--------------------------------------------------------------------------
19 namespace CodeGenerator
20 {
21 GENN_EXPORT void generateMSBuild(std::ostream &os, const ModelSpecInternal &model, const BackendBase &backend,
22  const std::string &projectGUID, const std::vector<std::string> &moduleNames);
23 }
#define GENN_EXPORT
Definition: gennExport.h:13
Helper class for generating code - automatically inserts brackets, indents etc.
Definition: backendBase.h:30
Definition: modelSpecInternal.h:10
GENN_EXPORT void generateMSBuild(std::ostream &os, const ModelSpecInternal &model, const BackendBase &backend, const std::string &projectGUID, const std::vector< std::string > &moduleNames)
Definition: generateMSBuild.cc:15