#include <iostream>#include <string>#include <iomanip>#include <vector>#include <fstream>#include "bgintrinsics.h"#include "siintrinsics.h"Include dependency graph for head2data.cc:

Go to the source code of this file.
Defines | |
| #define | __STRING(x) "x" |
| #define | USECODE_INTRINSIC_PTR(NAME) std::string(__STRING(NAME)) |
| #define | USECODE_INTRINSIC_PTR(NAME) std::string(__STRING(NAME)) |
Functions | |
| void | bg_out (const string &fname) |
| void | si_out (const string &fname) |
| int | main (int argc, char **argv) |
| #define __STRING | ( | x | ) | "x" |
Definition at line 28 of file head2data.cc.
| #define USECODE_INTRINSIC_PTR | ( | NAME | ) | std::string(__STRING(NAME)) |
| #define USECODE_INTRINSIC_PTR | ( | NAME | ) | std::string(__STRING(NAME)) |
| void bg_out | ( | const string & | fname | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 90 of file head2data.cc.
References bg_out(), and si_out().
Here is the call graph for this function:

| void si_out | ( | const string & | fname | ) |
1.5.1