BDE 4.14.0 Production release
|
Functions | |
bsl::ostream & | operator<< (bsl::ostream &stream, const ConfigSchema &schema) |
bool | operator== (const DecoderOptions &lhs, const DecoderOptions &rhs) |
bool | operator!= (const DecoderOptions &lhs, const DecoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, const DecoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &os, const ElementAttribute &attribute) |
bool | operator== (const EncoderOptions &lhs, const EncoderOptions &rhs) |
bool | operator!= (const EncoderOptions &lhs, const EncoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, const EncoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, EncodingStyle::Value rhs) |
bool | operator== (const ErrorInfo &lhs, const ErrorInfo &rhs) |
bool | operator!= (const ErrorInfo &lhs, const ErrorInfo &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, const ErrorInfo &errInfo) |
bool | operator== (const NamespaceRegistry &lhs, const NamespaceRegistry &rhs) |
bool | operator!= (const NamespaceRegistry &lhs, const NamespaceRegistry &rhs) |
bsl::ostream & | operator<< (bsl::ostream &os, const NamespaceRegistry &r) |
bsl::ostream & | operator<< (bsl::ostream &stream, Reader::NodeType value) |
|
inline |
Return true
if the specified lhs
and rhs
attribute objects do not have the same value, and false
otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects do not have the same value, and false
otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
Return true if the specified lhs
object does not have the same value as the specified rhs
object. The two objects have the same value if severity()
, lineNumber()
, columnNumber()
, source()
, and message()
return equal values for both.
|
inline |
Return true if the specified lhs
registry does not have the same value as the specified rhs
registry and false otherwise. The two registries do not have the same value if there exists a URI string, u
, such that lhs.lookup(u)
!= rhs.lookup(u)
.
|
inline |
Write the contents of the specified attribute
object to the specified os
in human-readable form. Attributes that have not yet been computed are not computed by this function.
|
inline |
Print the contents of the specified r
registry to the specified os
stream in human-readable form and return a modifiable reference to os
.
bsl::ostream & balxml::operator<< | ( | bsl::ostream & | stream, |
const ConfigSchema & | schema | ||
) |
Write the specified schema
to the specified stream
, and return a modifiable reference to stream
.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference to the modifiable stream
.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference to the modifiable stream
.
bsl::ostream & balxml::operator<< | ( | bsl::ostream & | stream, |
const ErrorInfo & | errInfo | ||
) |
Print the specified errInfo
object to the specified stream
in human-readable form and return a modifiable reference to stream
. The output is one-line without a terminating newline.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference to the modifiable stream
.
bsl::ostream & balxml::operator<< | ( | bsl::ostream & | stream, |
Reader::NodeType | value | ||
) |
Print the specified node type value
to the specified stream
in human-readable form and return a modifiable reference to stream
.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects have the same value, and false
otherwise. Two attribute objects have the same value if each respective attribute has the same value.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects have the same value, and false
otherwise. Two attribute objects have the same value if each respective attribute has the same value.
Return true if the specified lhs
object has the same value as the specified rhs
object. The two objects have the same value if severity()
, lineNumber()
, columnNumber()
, source()
, and message()
return equal values for both.
|
inline |
Return true if the specified lhs
registry has the same value as the specified rhs
registry and false otherwise. The two registries have the same value if, for any possible URI string, u
, lhs.lookup(u) == rhs.lookup(u)
.