Scheduler
Classes | Macros | Functions
tinystr.h File Reference
#include <assert.h>
#include <string.h>

Go to the source code of this file.

Classes

class  TiXmlString
 
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)
 

Macro Definition Documentation

#define TIXML_EXPLICIT

Copyright 2017 Jacques Florence All rights reserved. See License.txt file

Definition at line 53 of file tinystr.h.

Function Documentation

bool operator!= ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 274 of file tinystr.h.

bool operator!= ( const TiXmlString a,
const char *  b 
)
inline

Definition at line 281 of file tinystr.h.

bool operator!= ( const char *  a,
const TiXmlString b 
)
inline

Definition at line 282 of file tinystr.h.

TiXmlString operator+ ( const TiXmlString a,
const TiXmlString b 
)

Definition at line 90 of file tinystr.cpp.

TiXmlString operator+ ( const TiXmlString a,
const char *  b 
)

Definition at line 99 of file tinystr.cpp.

TiXmlString operator+ ( const char *  a,
const TiXmlString b 
)

Definition at line 109 of file tinystr.cpp.

bool operator< ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 269 of file tinystr.h.

bool operator<= ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 276 of file tinystr.h.

bool operator== ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 264 of file tinystr.h.

bool operator== ( const TiXmlString a,
const char *  b 
)
inline

Definition at line 279 of file tinystr.h.

bool operator== ( const char *  a,
const TiXmlString b 
)
inline

Definition at line 280 of file tinystr.h.

bool operator> ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 275 of file tinystr.h.

bool operator>= ( const TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 277 of file tinystr.h.