libqasm
library for handling cQASM files
Public Member Functions | List of all members
libQasm Class Reference

Public Member Functions

 libQasm ()
 
void parse_string (const char *qasm_str)
 
void parse_file (const char *qasm_file_path)
 
int getParseResult () const
 
const compiler::QasmRepresentationgetQasmRepresentation () const
 

Detailed Description

Definition at line 11 of file libQasm.hpp.

#include <libQasm.hpp>

Constructor & Destructor Documentation

◆ libQasm()

libQasm::libQasm ( )
inline

Definition at line 14 of file libQasm.hpp.

Member Function Documentation

◆ parse_string()

void libQasm::parse_string ( const char *  qasm_str)
inline

Definition at line 18 of file libQasm.hpp.

◆ parse_file()

void libQasm::parse_file ( const char *  qasm_file_path)
inline

Definition at line 25 of file libQasm.hpp.

◆ getParseResult()

int libQasm::getParseResult ( ) const
inline

Definition at line 39 of file libQasm.hpp.

◆ getQasmRepresentation()

const compiler::QasmRepresentation& libQasm::getQasmRepresentation ( ) const
inline

Definition at line 44 of file libQasm.hpp.


The documentation for this class was generated from the following file: