35 CRDFTriplet::operator bool()
const
36 {
return (pSubject != NULL && pObject != NULL);}
65 os <<
"Invalid Triplet" << std::endl;
bool operator<(const CRDFTriplet &rhs) const
const CRDFSubject & getSubject() const
CRDFTriplet(CRDFNode *pSubject=NULL, const CRDFPredicate &predicate=CRDFPredicate::end, CRDFNode *pObject=NULL)
bool operator==(const CRDFTriplet &rhs) const
const std::string & getURI() const
std::ostream & operator<<(std::ostream &os, const CRDFTriplet &triplet)