|
constexpr | SymbolView (SymbolView &&) noexcept=default |
|
LL_MAY_CONSTEXPR SymbolView & | operator= (SymbolView &&) noexcept=default |
|
constexpr | SymbolView (SymbolView const &) noexcept=default |
|
LL_MAY_CONSTEXPR SymbolView & | operator= (SymbolView const &) noexcept=default |
|
constexpr | SymbolView (std::string_view symbol) |
|
constexpr | SymbolView (Symbol const &symbol) |
|
template<size_t N> |
constexpr | SymbolView (FixedSymbol< N > const &symbol) |
|
constexpr size_t | size () const |
|
LLNDAPI void * | resolve (bool disableErrorOutput=false) const |
|
constexpr std::string_view | raw () const |
|
LLNDAPI std::string | toString () const |
|
The documentation for this class was generated from the following file: