libbmq  a5f8a06ba1d16cb5a65643e1fa7f1a1d6aadef40
BloombergLP::bmqt::OpenQueueResult Struct Reference

This enum represents the result of an openQueue operation.

#include <bmqt_resultcode.h>

Public Types

enum  Enum {
  e_SUCCESS = GenericResult::e_SUCCESS , e_UNKNOWN = GenericResult::e_UNKNOWN , e_TIMEOUT = GenericResult::e_TIMEOUT , e_NOT_CONNECTED = GenericResult::e_NOT_CONNECTED ,
  e_CANCELED = GenericResult::e_CANCELED , e_NOT_SUPPORTED = GenericResult::e_NOT_SUPPORTED , e_REFUSED = GenericResult::e_REFUSED , e_INVALID_ARGUMENT = GenericResult::e_INVALID_ARGUMENT ,
  e_NOT_READY = GenericResult::e_NOT_READY , e_ALREADY_OPENED = 100 , e_ALREADY_IN_PROGRESS = 101 , e_INVALID_URI = -100 ,
  e_INVALID_FLAGS = -101 , e_CORRELATIONID_NOT_UNIQUE = -102
}
 

Static Public Member Functions

static bsl::ostream & print (bsl::ostream &stream, OpenQueueResult::Enum value, int level=0, int spacesPerLevel=4)
 
static const char * toAscii (OpenQueueResult::Enum value)
 
static bool fromAscii (OpenQueueResult::Enum *out, const bslstl::StringRef &str)
 

Member Enumeration Documentation

◆ Enum

Enumerator
e_SUCCESS 
e_UNKNOWN 
e_TIMEOUT 
e_NOT_CONNECTED 
e_CANCELED 
e_NOT_SUPPORTED 
e_REFUSED 
e_INVALID_ARGUMENT 
e_NOT_READY 
e_ALREADY_OPENED 
e_ALREADY_IN_PROGRESS 
e_INVALID_URI 
e_INVALID_FLAGS 
e_CORRELATIONID_NOT_UNIQUE 

Member Function Documentation

◆ print()

static bsl::ostream& BloombergLP::bmqt::OpenQueueResult::print ( bsl::ostream &  stream,
OpenQueueResult::Enum  value,
int  level = 0,
int  spacesPerLevel = 4 
)
static

Write the string representation of the specified enumeration value to the specified output stream, and return a reference to stream. Optionally specify an initial indentation level, whose absolute value is incremented recursively for nested objects. If level is specified, optionally specify spacesPerLevel, whose absolute value indicates the number of spaces per indentation level for this and all of its nested objects. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). See toAscii for what constitutes the string representation of a OpenQueueResult::Enum value.

Referenced by BloombergLP::bmqt::operator<<().

◆ toAscii()

static const char* BloombergLP::bmqt::OpenQueueResult::toAscii ( OpenQueueResult::Enum  value)
static

Return the non-modifiable string representation corresponding to the specified enumeration value, if it exists, and a unique (error) string otherwise. The string representation of value matches its corresponding enumerator name with the e_ prefix elided. Note that specifying a value that does not match any of the enumerators will result in a string representation that is distinct from any of those corresponding to the enumerators, but is otherwise unspecified.

◆ fromAscii()

static bool BloombergLP::bmqt::OpenQueueResult::fromAscii ( OpenQueueResult::Enum out,
const bslstl::StringRef &  str 
)
static

Return true and fills the specified out with the enum value corresponding to the specified str, if valid, or return false and leave out untouched if str doesn't correspond to any value of the enum.


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