#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <fstream>
#include <sstream>
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
class | CsoundFile |
Defines | |
#define | MYFLT float |
#define | PUBLIC |
Functions | |
void PUBLIC | gatherArgs (int argc, const char **argv, std::string &commandLine) |
void PUBLIC | scatterArgs (const std::string commandLine, std::vector< std::string > &args, std::vector< char * > &argv) |
std::string PUBLIC & | trim (std::string &value) |
std::string PUBLIC & | trimQuotes (std::string &value) |
bool PUBLIC | parseInstrument (const std::string &definition, std::string &preNumber, std::string &id, std::string &name, std::string &postNumber) |
#define MYFLT float |
#define PUBLIC |
void PUBLIC gatherArgs | ( | int | argc, | |
const char ** | argv, | |||
std::string & | commandLine | |||
) |
bool PUBLIC parseInstrument | ( | const std::string & | definition, | |
std::string & | preNumber, | |||
std::string & | id, | |||
std::string & | name, | |||
std::string & | postNumber | |||
) |
void PUBLIC scatterArgs | ( | const std::string | commandLine, | |
std::vector< std::string > & | args, | |||
std::vector< char * > & | argv | |||
) |
std::string PUBLIC& trim | ( | std::string & | value | ) |
std::string PUBLIC& trimQuotes | ( | std::string & | value | ) |