#include <string>
#include <vector>
#include <iostream>
Functions |
template<class OSTR > |
void | printHeader (OSTR &ostr, const string &includeGuard, const vector< string > &files, bool lanlBoilerplate, const string &prefix) |
template<class OSTR > |
void | printFooter (OSTR &ostr, const string &includeGuard, bool lanlBoilerplate, const string &suffix) |
Function Documentation
template<class OSTR >
void printHeader |
( |
OSTR & |
ostr, |
|
|
const string & |
includeGuard, |
|
|
const vector< string > & |
files, |
|
|
bool |
lanlBoilerplate, |
|
|
const string & |
prefix |
|
) |
| |
template<class OSTR >
void printFooter |
( |
OSTR & |
ostr, |
|
|
const string & |
includeGuard, |
|
|
bool |
lanlBoilerplate, |
|
|
const string & |
suffix |
|
) |
| |