#include <vector>
#include <set>
#include <string>
Go to the source code of this file.
bool Contains |
( |
const std::string & |
text, |
|
|
const std::string & |
pattern |
|
) |
| |
void WriteBaseHeader |
( |
const std::set< Variable > & |
all_vars, |
|
|
const std::set< Variable > & |
com_vars, |
|
|
const std::vector< std::string > & |
names |
|
) |
| |
void WriteBaseSource |
( |
const std::set< Variable > & |
all_vars, |
|
|
const std::set< Variable > & |
com_vars, |
|
|
const std::vector< std::string > & |
names |
|
) |
| |
void WriteSepHeader |
( |
const std::pair< std::string, std::set< Variable > > & |
vars | ) |
|
void WriteSepSource |
( |
const std::pair< std::string, std::set< Variable > > & |
vars | ) |
|