Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
gen_manual.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>

Functions

void trim (string &s, string characters)
 
void trim_comments (string &s)
 
vector< string > get_lines (vector< string > &input, int &linenum, string terminator)
 
void print_line (stringstream &sout, string line)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ get_lines()

vector< string > get_lines ( vector< string > & input,
int & linenum,
string terminator )

◆ main()

int main ( int argc,
char * argv[] )

◆ print_line()

void print_line ( stringstream & sout,
string line )

◆ trim()

void trim ( string & s,
string characters )

◆ trim_comments()

void trim_comments ( string & s)