![]() |
Spicy
|
#include <elements.h>
Public Member Functions | |
Expression (std::string s, Side side=Side::RHS) | |
Expression (const char *s, Side side=Side::RHS) | |
bool | isLhs () const |
operator std::string () const | |
operator bool () const | |
bool | operator< (const Expression &s) const |
bool | operator== (const Expression &s) const |
bool | operator!= (const Expression &s) const |
Represents a C++-side expression, stored as a string of the C++ code along with a associated "side".