GeNN
4.9.0
GPU enhanced Neuronal Networks (GeNN)
|
#include <ostream>
#include <stdexcept>
#include <streambuf>
#include <string>
#include <vector>
#include "logging.h"
#include "gennExport.h"
Go to the source code of this file.
Classes | |
class | CodeGenerator::CodeStream |
struct | CodeGenerator::CodeStream::OB |
An open bracket marker. More... | |
struct | CodeGenerator::CodeStream::CB |
A close bracket marker. More... | |
class | CodeGenerator::CodeStream::Scope |
Namespaces | |
CodeGenerator | |
Helper class for generating code - automatically inserts brackets, indents etc. | |
Functions | |
GENN_EXPORT std::ostream & | CodeGenerator::operator<< (std::ostream &s, const CodeStream::OB &ob) |
GENN_EXPORT std::ostream & | CodeGenerator::operator<< (std::ostream &s, const CodeStream::CB &cb) |