Orocos Real-Time Toolkit  2.9.0
Classes | Namespaces | Macros | Functions
tinystr.h File Reference
#include <assert.h>
#include <string.h>

Go to the source code of this file.

Classes

class  RTT::marsh::TiXmlString
 
class  RTT::marsh::TiXmlOutStream
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::marsh
 Classes for reading/writing properties to/from file or data stream.
 

Macros

#define TIXML_EXPLICIT
 

Functions

bool RTT::marsh::operator== (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator< (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator!= (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator> (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator<= (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator>= (const TiXmlString &a, const TiXmlString &b)
 
bool RTT::marsh::operator== (const TiXmlString &a, const char *b)
 
bool RTT::marsh::operator== (const char *a, const TiXmlString &b)
 
bool RTT::marsh::operator!= (const TiXmlString &a, const char *b)
 
bool RTT::marsh::operator!= (const char *a, const TiXmlString &b)
 
TiXmlString RTT::marsh::operator+ (const TiXmlString &a, const TiXmlString &b)
 
TiXmlString RTT::marsh::operator+ (const TiXmlString &a, const char *b)
 
TiXmlString RTT::marsh::operator+ (const char *a, const TiXmlString &b)
 

Macro Definition Documentation

#define TIXML_EXPLICIT

Definition at line 94 of file tinystr.h.