OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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.