libSBML C++ API  5.18.0
XMLTriple.cpp File Reference

Stores an XML namespace triple. More...

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...
 

Detailed Description

Stores an XML namespace triple.

Author
Ben Bornstein

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 1 (true) if the combination of name, URI, and prefix of lhs is not equal to that of rhs 0 (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 1 (true) if the combination of name, URI, and prefix of lhs is equal to that of rhs 0 (false) otherwise.