Spicy
Public Member Functions | List of all members
hilti::detail::cxx::Element< T > Class Template Reference

#include <elements.h>

Public Member Functions

 Element (std::string s)
 
 Element (const char *s)
 
Elementoperator= (const std::string &s)
 
Elementoperator= (std::string &&s)
 
Elementoperator= (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
 

Detailed Description

template<element::Type T>
class hilti::detail::cxx::Element< T >

An element of type T in the compiler's intemediary C++ representation.


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