HOPS
HOPS class reference
Public Member Functions | List of all members
hops::MHO_VexGenerator Class Reference

Class MHO_VexGenerator. More...

#include <MHO_VexGenerator.hh>

Public Member Functions

 MHO_VexGenerator ()
 
virtual ~MHO_VexGenerator ()
 
void GenerateVex (mho_json &root)
 Generates Vex file content and writes it to a specified filename. More...
 
void SetFilename (std::string filename)
 Setter for filename. More...
 
void SetIndentPadding (std::string indent_pad)
 Setter for indent padding. More...
 

Detailed Description

Class MHO_VexGenerator.

Author
J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
Date
Thu Jun 16 12:01:17 2022 -0400

Constructor & Destructor Documentation

◆ MHO_VexGenerator()

hops::MHO_VexGenerator::MHO_VexGenerator ( )

◆ ~MHO_VexGenerator()

hops::MHO_VexGenerator::~MHO_VexGenerator ( )
virtual

Member Function Documentation

◆ GenerateVex()

void hops::MHO_VexGenerator::GenerateVex ( mho_json root)

Generates Vex file content and writes it to a specified filename.

Parameters
rootInput mho_json object containing data for Vex generation.

◆ SetFilename()

void hops::MHO_VexGenerator::SetFilename ( std::string  filename)

Setter for filename.

Parameters
filenameNew filename to be set

◆ SetIndentPadding()

void hops::MHO_VexGenerator::SetIndentPadding ( std::string  indent_pad)
inline

Setter for indent padding.

Parameters
indent_padNew indent padding string to be set.

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