C:/Users/Robert/Documents/Visual Studio 2008/Projects/ferprojekt/TerrainEditor/TerrainEditor/tinystr.h File Reference
#include <assert.h>
#include <string.h>
Go to the source code of this file.
Classes | 
| class   | TiXmlString | 
| struct   | TiXmlString::Rep | 
| class   | TiXmlOutStream | 
Defines | 
| #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) | 
Define Documentation
Function Documentation
      
        
          | bool operator!=  | 
          ( | 
          const char *  | 
           a,  | 
        
        
           | 
           | 
          const TiXmlString &  | 
           b |   | 
        
        
           | 
          ) | 
           |  |  [inline] | 
        
      
 
 
      
        
          | bool operator!=  | 
          ( | 
          const TiXmlString &  | 
           a,  | 
        
        
           | 
           | 
          const char *  | 
           b |   | 
        
        
           | 
          ) | 
           |  |  [inline] | 
        
      
 
 
      
        
          | bool operator==  | 
          ( | 
          const char *  | 
           a,  | 
        
        
           | 
           | 
          const TiXmlString &  | 
           b |   | 
        
        
           | 
          ) | 
           |  |  [inline] | 
        
      
 
 
      
        
          | bool operator==  | 
          ( | 
          const TiXmlString &  | 
           a,  | 
        
        
           | 
           | 
          const char *  | 
           b |   | 
        
        
           | 
          ) | 
           |  |  [inline] |