CGRA-ME
Public Member Functions | Public Attributes | List of all members
userFunctions Struct Reference

#include <UserFunction.h>

Public Member Functions

 userFunctions ()
 

Public Attributes

std::vector< std::string > functionNames
 
std::vector< void(*)(std::string, unsigned, std::map< std::string, std::string >, Module *)> functionVector
 

Detailed Description

Definition at line 32 of file UserFunction.h.

Constructor & Destructor Documentation

◆ userFunctions()

userFunctions::userFunctions ( )
inline

Definition at line 36 of file UserFunction.h.

Member Data Documentation

◆ functionNames

std::vector<std::string> userFunctions::functionNames

Definition at line 34 of file UserFunction.h.

◆ functionVector

std::vector<void (*)(std::string, unsigned, std::map<std::string, std::string>, Module*)> userFunctions::functionVector

Definition at line 35 of file UserFunction.h.


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