This is the complete list of members for Span, including all inherited members.
Create(const std::string &name) | Span | inlinestatic |
Create() | Span | inlinestatic |
Fail() noexcept | Span | inline |
Fail(const std::string &message) noexcept | Span | inline |
operator bool() const noexcept | Span | inlineexplicit |
operator()(const std::string &key, const Char *value) | AttributeMap | inline |
operator()(const std::string &key, void *value) | AttributeMap | inline |
operator()(const std::string &key, const double &value) | AttributeMap | inline |
operator()(const std::string &key, const float &value) | AttributeMap | inline |
operator()(const std::string &key, const String &value) | AttributeMap | inline |
operator()(const std::string &key, const bool &value) | AttributeMap | inline |
operator()(const std::string &key, const int8_t &value) | AttributeMap | inline |
operator()(const std::string &key, const uint8_t &value) | AttributeMap | inline |
operator()(const std::string &key, const int16_t &value) | AttributeMap | inline |
operator()(const std::string &key, const uint16_t &value) | AttributeMap | inline |
operator()(const std::string &key, const int32_t &value) | AttributeMap | inline |
operator()(const std::string &key, const uint32_t &value) | AttributeMap | inline |
operator()(const std::string &key, const int64_t &value) | AttributeMap | inline |
operator()(const std::string &key, const uint64_t &value) | AttributeMap | inline |
Raise(const T &error) | Span | inline |
Return(T code) noexcept | Span | inline |
ReturnBool(T res) noexcept | Span | inline |
SetStatusMessage(const std::string &statusMessage) noexcept | Span | inline |
Succeed() noexcept | Span | inline |
Succeed(T &&result) | Span | inline |