G3string.cpp File Reference

#include <string.h>
#include "G3string.h"

Go to the source code of this file.

Functions

String operator+ (const String &s, const String &t)
OPS_Streamoperator<< (OPS_Stream &out, const String &s)
istream & operator>> (istream &in, String &s)
bool operator== (const String &s, const String &t)
bool operator!= (const String &s, const String &t)
bool operator< (const String &s, const String &t)
bool operator<= (const String &s, const String &t)
bool operator> (const String &s, const String &t)
bool operator>= (const String &s, const String &t)


Function Documentation

bool operator!= ( const String s,
const String t 
)

Definition at line 93 of file G3string.cpp.

References String::info_.

String operator+ ( const String s,
const String t 
)

Definition at line 43 of file G3string.cpp.

bool operator< ( const String s,
const String t 
)

Definition at line 98 of file G3string.cpp.

References String::info_.

OPS_Stream& operator<< ( OPS_Stream out,
const String s 
)

Definition at line 65 of file G3string.cpp.

References String::charString().

bool operator<= ( const String s,
const String t 
)

Definition at line 103 of file G3string.cpp.

References String::info_.

bool operator== ( const String s,
const String t 
)

Definition at line 88 of file G3string.cpp.

References String::info_.

bool operator> ( const String s,
const String t 
)

Definition at line 108 of file G3string.cpp.

References String::info_.

bool operator>= ( const String s,
const String t 
)

Definition at line 113 of file G3string.cpp.

References String::info_.

istream& operator>> ( istream &  in,
String s 
)

Definition at line 71 of file G3string.cpp.

Generated on Mon Oct 23 15:05:35 2006 for OpenSees by doxygen 1.5.0