#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) |
| void printHeader | ( | OSTR & | ostr, | |
| const string & | includeGuard, | |||
| const vector< string > & | files, | |||
| bool | lanlBoilerplate, | |||
| const string & | prefix | |||
| ) | [inline] |
References std::endl().
| void printFooter | ( | OSTR & | ostr, | |
| const string & | includeGuard, | |||
| bool | lanlBoilerplate, | |||
| const string & | suffix | |||
| ) | [inline] |
References std::endl().
1.5.9