libqasm
library for handling cQASM files
|
Source file for func-gen. More...
Go to the source code of this file.
Classes | |
class | func_gen::Function |
Represents a previously generated function, to be added in the register function once it is generated. More... | |
class | func_gen::Generator |
Generator class. More... | |
Namespaces | |
func_gen | |
Namespace for the func-gen program. | |
Functions | |
int | main (int argc, char *argv[]) |
Entry point. More... | |
Source file for func-gen.
Definition in file func-gen.cpp.
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <sstream>
int main | ( | int | argc, |
char * | argv[] | ||
) |
Entry point.
Definition at line 383 of file func-gen.cpp.