libSBML C++ API  5.18.0
XMLTriple.h File Reference

Stores an XML namespace triple. More...

Include dependency graph for XMLTriple.h:
This graph shows which files directly or indirectly include this file:

Classes

class  XMLTriple
  A qualified XML name. More...
 

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.