#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <string>

Go to the source code of this file.
Functions | |
| std::string | make_string (const char *fmt,...) |
| std::string make_string | ( | const char * | fmt, | |
| ... | ||||
| ) |
Definition at line 7 of file makestring.cpp.
Referenced by GenericNonLinGABASynapse< ExponentialDecaySpikeResponse >::outgoing(), GenericNMDASynapse< AlphaFunctionSpikeResponse >::outgoing(), GenericGlutamateSynapse< AlphaFunctionSpikeResponse >::outgoing(), and GenericGABASynapse< AlphaFunctionSpikeResponse >::outgoing().
1.5.5