![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <assert.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | TiXmlString |
struct | TiXmlString::Rep |
class | TiXmlOutStream |
Macros | |
#define | TIXML_EXPLICIT |
Functions | |
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) |
|
inline |
Definition at line 251 of file tinystr.h.
References operator==().
|
inline |
Definition at line 266 of file tinystr.h.
References operator==().
|
inline |
Definition at line 267 of file tinystr.h.
References operator==().
TiXmlString operator+ | ( | const TiXmlString & | a, |
const TiXmlString & | b | ||
) |
Definition at line 77 of file tinystr.cpp.
References TiXmlString::length(), TiXmlString::operator+=(), and TiXmlString::reserve().
TiXmlString operator+ | ( | const TiXmlString & | a, |
const char * | b | ||
) |
Definition at line 85 of file tinystr.cpp.
References TiXmlString::append(), TiXmlString::length(), TiXmlString::operator+=(), and TiXmlString::reserve().
TiXmlString operator+ | ( | const char * | a, |
const TiXmlString & | b | ||
) |
Definition at line 94 of file tinystr.cpp.
References TiXmlString::append(), TiXmlString::length(), TiXmlString::operator+=(), and TiXmlString::reserve().
|
inline |
Definition at line 247 of file tinystr.h.
References TiXmlString::c_str().
Referenced by operator<=(), operator>(), and operator>=().
|
inline |
Definition at line 255 of file tinystr.h.
References operator<().
|
inline |
Definition at line 243 of file tinystr.h.
References TiXmlString::c_str(), and TiXmlString::length().
Referenced by operator!=().
|
inline |
Definition at line 262 of file tinystr.h.
References TiXmlString::c_str().
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 265 of file tinystr.h.
References operator==().
|
inline |
Definition at line 254 of file tinystr.h.
References operator<().
|
inline |
Definition at line 258 of file tinystr.h.
References operator<().