#include <PsString.h>#include <string>#include <ctype.h>#include <PsPolator.h>#include "PsController.h"#include "PsOutgoingSynchronisationMessage.h"#include "PsIncomingSynchronisationMessage.h"#include <strstream>Include dependency graph for PsString.cxx:

Go to the source code of this file.
Functions | |
| PsString & | sep (PsString &oChaine) |
| bool | operator> (const PsString &Source1, const PsString &Source2) |
| bool | operator< (const PsString &Source1, const PsString &Source2) |
| bool | operator>= (const PsString &Source1, const PsString &Source2) |
| bool | operator<= (const PsString &Source1, const PsString &Source2) |
| bool | operator!= (const PsString &Source1, const PsString &Source2) |
| bool | operator== (const PsString &Source1, const PsString &Source2) |
|
||||||||||||
|
Definition at line 508 of file PsString.cxx. References PsString::_CString.
|
|
||||||||||||
|
Definition at line 491 of file PsString.cxx. References PsString::_CString.
|
|
||||||||||||
|
Definition at line 503 of file PsString.cxx.
00504 {
00505 return (!(Source1 > Source2));
00506 }
|
|
||||||||||||
|
Definition at line 517 of file PsString.cxx.
00518 {
00519 return (!(Source1 != Source2));
00520 }
|
|
||||||||||||
|
Definition at line 486 of file PsString.cxx. References PsString::_CString.
|
|
||||||||||||
|
Definition at line 498 of file PsString.cxx.
00499 {
00500 return (!(Source1 < Source2));
00501 }
|
|
|
Definition at line 381 of file PsString.cxx.
00382 {
00383 return (oChaine);
00384 }
|
| Documentation generated on Mon Nov 25 15:25:47 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |