NewLang Project
Yet another programm language
|
Go to the source code of this file.
Macros | |
#define | DEFINE_OPERATOR_IMPL(name) __attribute__ ((weak)) Variable & VariableOp::__ ## name ## __(Variable &self, const Variable &other) |
Functions | |
__attribute__ ((weak)) Variable &VariableOp | |
#define DEFINE_OPERATOR_IMPL | ( | name | ) | __attribute__ ((weak)) Variable & VariableOp::__ ## name ## __(Variable &self, const Variable &other) |
Definition at line 812 of file variable.cpp.
__attribute__ | ( | (weak) | ) | & |
Definition at line 814 of file variable.cpp.
References newlang::DOUBLE, newlang::EMPTY, newlang::INTEGER, LOG_RUNTIME, newlang::OBJECT, newlang::RATIONAL, newlang::SHARED, newlang::STRING, newlang::TAKEN, newlang::VariableCaseToString(), newlang::WEAK, and newlang::WSTRING.