#include <userver/urabbitmq/typedefs.hpp>
StrongTypedef alias for an exchange name.
Definition at line 29 of file typedefs.hpp.
Public Types | |
enum class | Type { kFanOut , kDirect , kTopic , kHeaders , kConsistentHash , kMessageDeduplication } |
Type of an exchange. More... | |
enum class | Flags { kNone = 0 , kPassive = 1 << 0 , kDurable = 1 << 1 , kAutoDelete = 1 << 2 , kInternal = 1 << 3 , kNoWait = 1 << 4 } |
Exchange options, consult RabbitMQ docs for better understanding. More... | |
using | UnderlyingType |
using | TagType |
Public Member Functions | |
constexpr | operator const std::string & () const &noexcept |
constexpr | operator std::string () &&noexcept |
constexpr | operator std::string & () &noexcept |
constexpr const std::string & | GetUnderlying () const &noexcept |
constexpr std::string | GetUnderlying () &&noexcept |
constexpr std::string & | GetUnderlying () &noexcept |
auto | begin () |
auto | begin () const |
auto | end () |
auto | end () const |
auto | cbegin () const |
auto | cend () const |
auto | size () const |
auto | empty () const |
auto | clear () |
decltype(auto) | operator[] (Arg &&i) |
decltype(auto) | operator[] (Arg &&i) const |
Static Public Attributes | |
static constexpr StrongTypedefOps | kOps |
|
inherited |
Definition at line 186 of file strong_typedef.hpp.
|
inherited |
Definition at line 185 of file strong_typedef.hpp.
|
strong |
Exchange options, consult RabbitMQ docs for better understanding.
Definition at line 48 of file typedefs.hpp.
|
strong |
Type of an exchange.
Consult RabbitMQ docs for better understanding.
Definition at line 36 of file typedefs.hpp.
|
inlineinherited |
Definition at line 217 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 227 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 237 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 242 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 253 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 251 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 222 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 232 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 213 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 214 of file strong_typedef.hpp.
|
inlineconstexprnoexceptinherited |
Definition at line 212 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 208 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 209 of file strong_typedef.hpp.
|
inlineexplicitconstexprnoexceptinherited |
Definition at line 210 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 256 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 260 of file strong_typedef.hpp.
|
inlineinherited |
Definition at line 247 of file strong_typedef.hpp.
|
staticconstexprinherited |
Definition at line 187 of file strong_typedef.hpp.