#include <assert.h>
#include <string.h>
Go to the source code of this file.
|
bool | operator== (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator< (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator!= (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator> (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator<= (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator>= (const TiXmlString &a, const TiXmlString &b) |
|
bool | operator== (const TiXmlString &a, const char *b) |
|
bool | operator== (const char *a, const TiXmlString &b) |
|
bool | operator!= (const TiXmlString &a, const char *b) |
|
bool | operator!= (const char *a, const TiXmlString &b) |
|
TiXmlString | operator+ (const TiXmlString &a, const TiXmlString &b) |
|
TiXmlString | operator+ (const TiXmlString &a, const char *b) |
|
TiXmlString | operator+ (const char *a, const TiXmlString &b) |
|
◆ TIXML_EXPLICIT
◆ operator!=() [1/3]
Definition at line 251 of file tinystr.h.
Referenced by gum::HashTableIteratorSafe< int, int >::operator!=(), gum::HashTableIterator< int, int >::operator!=(), gum::SetIteratorSafe< const gum::DiscreteVariable * >::operator+(), gum::BijectionIteratorSafe< NodeId, GUM_SCALAR >::operator+(), gum::BijectionIterator< int, int >::operator+(), gum::HashTableConstIteratorSafe< const gum::DiscreteVariable *, Idx >::operator+(), gum::HashTableIteratorSafe< int, int >::operator+(), gum::HashTableConstIterator< Key, bool >::operator+(), gum::HashTableIterator< int, int >::operator+(), gum::ListConstIterator< Val >::operator-(), gum::Set< gum::Potential< GUM_SCALAR > * >::operator==(), gum::SequenceImplementation< gum::prm::PRMClassElement< double > *, std::allocator< gum::prm::PRMClassElement< double > *>, std::is_scalar< gum::prm::PRMClassElement< double > *>::value >::operator==(), gum::HashTable< Val, Size, IndexAllocator >::operator==(), and gum::List< const gum::Potential< GUM_SCALAR > * >::operator==().
◆ operator!=() [2/3]
Definition at line 266 of file tinystr.h.
266 {
return !(a == b); }
◆ operator!=() [3/3]
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator<()
◆ operator<=()
◆ operator==() [1/3]
Definition at line 243 of file tinystr.h.
References TiXmlString::c_str(), and TiXmlString::length().
Referenced by gum::HashTable< Val, Size, IndexAllocator >::map(), gum::IBayesNet< double >::operator!=(), gum::Set< gum::Potential< GUM_SCALAR > * >::operator!=(), gum::SequenceImplementation< gum::prm::PRMClassElement< double > *, std::allocator< gum::prm::PRMClassElement< double > *>, std::is_scalar< gum::prm::PRMClassElement< double > *>::value >::operator!=(), gum::SetIteratorSafe< const gum::DiscreteVariable * >::operator!=(), gum::HashTable< Val, Size, IndexAllocator >::operator!=(), gum::SequenceIteratorSafe< NodeId >::operator!=(), gum::BijectionIteratorSafe< NodeId, GUM_SCALAR >::operator!=(), gum::ListConstIterator< Val >::operator!=(), gum::BijectionIterator< int, int >::operator!=(), gum::List< const gum::Potential< GUM_SCALAR > * >::operator!=(), gum::HashTableConstIteratorSafe< const gum::DiscreteVariable *, Idx >::operator!=(), gum::HashTableIteratorSafe< int, int >::operator!=(), gum::HashTableConstIterator< Key, bool >::operator!=(), gum::HashTableIterator< int, int >::operator!=(), gum::List< const gum::Potential< GUM_SCALAR > * >::operator+=(), gum::SequenceImplementation< gum::prm::PRMClassElement< double > *, std::allocator< gum::prm::PRMClassElement< double > *>, std::is_scalar< gum::prm::PRMClassElement< double > *>::value >::operator=(), gum::HashTableIteratorSafe< int, int >::operator==(), gum::HashTableIterator< int, int >::operator==(), and gum::SequenceImplementation< gum::prm::PRMClassElement< double > *, std::allocator< gum::prm::PRMClassElement< double > *>, std::is_scalar< gum::prm::PRMClassElement< double > *>::value >::toString().
const char * c_str() const
◆ operator==() [2/3]
◆ operator==() [3/3]
◆ operator>()
◆ operator>=()