![]() |
Spicy
|
#include <elements.h>
Public Member Functions | |
Element (std::string s) | |
Element (const char *s) | |
Element & | operator= (const std::string &s) |
Element & | operator= (std::string &&s) |
Element & | operator= (const char *s) |
bool | isMultiLine () const |
operator std::string () const | |
operator bool () const | |
bool | operator< (const Element &s) const |
bool | operator== (const Element &s) const |
An element of type T
in the compiler's intemediary C++ representation.