libSBML C++ API  libSBML 5.8.0 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
XMLTriple.cpp File Reference

Detailed Description

Stores an XML namespace triple.

Author
Ben Bornstein
Include dependency graph for XMLTriple.cpp:

Functions

bool operator!= (const XMLTriple &lhs, const XMLTriple &rhs)
 Comparison (not equal-to) operator for XMLTriple. More...
 
bool operator== (const XMLTriple &lhs, const XMLTriple &rhs)
 Comparison (equal-to) operator for XMLTriple. More...
 

Function Documentation

bool operator!= ( const XMLTriple lhs,
const XMLTriple rhs 
)

Comparison (not equal-to) operator for XMLTriple.

Parameters
lhsXMLTriple object to be compared with rhs.
rhsXMLTriple object to be compared with lhs.

return non-zero (true) if the combination of name, URI, and prefix of lhs is not equal to that of rhs zero (false) otherwise.

bool operator== ( const XMLTriple lhs,
const XMLTriple rhs 
)

Comparison (equal-to) operator for XMLTriple.

Parameters
lhsXMLTriple object to be compared with rhs.
rhsXMLTriple object to be compared with lhs.

return non-zero (true) if the combination of name, URI, and prefix of lhs is equal to that of rhs zero (false) otherwise.