Spicy
Public Member Functions | List of all members
hilti::detail::cxx::Expression Class Reference

#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
 

Detailed Description

Represents a C++-side expression, stored as a string of the C++ code along with a associated "side".


The documentation for this class was generated from the following file: