OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Macros
StringConstant.cpp File Reference
#include "ValueDefinitions/StringConstant.h"
#include "AbstractObjects/OpalData.h"
#include "Attributes/Attributes.h"
#include "Utilities/Util.h"
#include <iostream>
Include dependency graph for StringConstant.cpp:

Go to the source code of this file.

Macros

#define CREATE_STRINGCONSTANT(x)    opal->create(new StringConstant(x, this, x));
 

Macro Definition Documentation

◆ CREATE_STRINGCONSTANT

#define CREATE_STRINGCONSTANT (   x)     opal->create(new StringConstant(x, this, x));

Definition at line 26 of file StringConstant.cpp.