libqasm
library for handling cQASM files
Classes | Namespaces | Functions
func-gen.cpp File Reference

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...
 

Detailed Description

Source file for func-gen.

Definition in file func-gen.cpp.

#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <sstream>
Include dependency graph for func-gen.cpp:

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Entry point.

Definition at line 383 of file func-gen.cpp.