Defines | Typedefs | Functions
preprocess.cc File Reference
#include "preprocess.hh"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <vector>
#include <iostream>
Include dependency graph for preprocess.cc:

Go to the source code of this file.

Defines

#define STDINCPP   "gcc -E -"

Typedefs

typedef std::list< std::string > StringList
typedef std::vector< std::string > StringVector

Functions

std::string preprocess (const string &fichier, const StringList &options)
static StringVector split (const string &str, const char *char_set=" \t")

Define Documentation

#define STDINCPP   "gcc -E -"

Appel du preprocesseur C

Definition at line 21 of file preprocess.cc.


Typedef Documentation

typedef std::list<std::string> StringList

Definition at line 24 of file preprocess.cc.

typedef std::vector<std::string> StringVector

Definition at line 25 of file preprocess.cc.


Function Documentation

std::string preprocess ( const string &  fichier,
const StringList options 
)

Definition at line 46 of file preprocess.cc.

static StringVector split ( const string &  str,
const char *  char_set = " \t" 
) [static]

Definition at line 27 of file preprocess.cc.



typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41