OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "ValueDefinitions/StringConstant.h"
#include "AbstractObjects/OpalData.h"
#include "Attributes/Attributes.h"
#include "Utilities/Util.h"
#include <iostream>
Go to the source code of this file.
Macros | |
#define | CREATE_STRINGCONSTANT(x) opal->create(new StringConstant(x, this, x)); |
#define CREATE_STRINGCONSTANT | ( | x | ) | opal->create(new StringConstant(x, this, x)); |
Definition at line 26 of file StringConstant.cpp.