Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

/ray/src/lib/tl/tlstring.cc File Reference

#include "tlstring.h"
#include <string.h>
#include <stdio.h>

Include dependency graph for tlstring.cc:

Include dependency graph

Go to the source code of this file.

Functions

bool operator== (const TLString &strA, const TLString &strB)
bool operator== (const TLString &strA, const char *strB)
bool operator< (const TLString &strA, const TLString &strB)
bool operator< (const TLString &strA, const char *strB)
bool operator> (const TLString &strA, const char *strB)
bool operator<= (const TLString &strA, const TLString &strB)
bool operator<= (const TLString &strA, const char *strB)
bool operator>= (const TLString &strA, const char *strB)
char * memfind (const char *buf, const char *tofind, size_t len)


Function Documentation

char* memfind const char *  buf,
const char *  tofind,
size_t  len
[static]
 

Definition at line 602 of file tlstring.cc.

Referenced by TLString::find().

bool operator< const TLString strA,
const char *  strB
 

Definition at line 315 of file tlstring.cc.

bool operator< const TLString strA,
const TLString strB
 

The < and > operators return 0 if at least one string is NULL.

Definition at line 293 of file tlstring.cc.

bool operator<= const TLString strA,
const char *  strB
 

Definition at line 380 of file tlstring.cc.

bool operator<= const TLString strA,
const TLString strB
 

Definition at line 358 of file tlstring.cc.

bool operator== const TLString strA,
const char *  strB
 

Definition at line 270 of file tlstring.cc.

bool operator== const TLString strA,
const TLString strB
 

NOTE that two NULL refs are always equal; NULL strings behave like NULL refs.

Definition at line 253 of file tlstring.cc.

bool operator> const TLString strA,
const char *  strB
 

Definition at line 336 of file tlstring.cc.

bool operator>= const TLString strA,
const char *  strB
 

Definition at line 401 of file tlstring.cc.


Generated on Sat Feb 19 22:34:56 2005 for Ray by doxygen 1.3.5