Quick Links:

bmqa | bmqpi | bmqt

Public Types | Public Member Functions

bmqt::SubscriptionExpression Class Reference

#include <bmqt_subscription.h>

List of all members.

Public Types

enum  Enum { e_NONE = 0, e_VERSION_1 = 1 }
 

Enum representing criteria format.

More...

Public Member Functions

 SubscriptionExpression ()
 SubscriptionExpression (const bsl::string &expression, Enum version)
const bsl::string & text () const
Enum version () const
bool isValid () const
bsl::ostream & print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const

Detailed Description

Value-semantic type to carry Subscription criteria.

See Component bmqt_subscription


Member Enumeration Documentation

Enumerator:
e_NONE 

EMPTY.

e_VERSION_1 

Simple Evaluator.


Constructor & Destructor Documentation

bmqt::SubscriptionExpression::SubscriptionExpression (  ) 
bmqt::SubscriptionExpression::SubscriptionExpression ( const bsl::string &  expression,
Enum  version 
)

Member Function Documentation

const bsl::string& bmqt::SubscriptionExpression::text (  )  const
Enum bmqt::SubscriptionExpression::version (  )  const
bool bmqt::SubscriptionExpression::isValid (  )  const
bsl::ostream& bmqt::SubscriptionExpression::print ( bsl::ostream &  stream,
int  level = 0,
int  spacesPerLevel = 4 
) const

Format this object to the specified output stream at the (absolute value of) the optionally specified indentation level and return a reference to stream. If level is specified, optionally specify spacesPerLevel, 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). If stream is not valid on entry, this operation has no effect.


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