#include <JString.h>
Public Methods | |
JString () | |
JString (const char *str) | |
JString (const JString &s) | |
~JString () | |
int | operator== (const char *s) |
int | operator!= (const char *s) |
int | operator< (const char *s) |
int | operator> (const char *s) |
int | operator<= (const char *s) |
int | operator>= (const char *s) |
JString & | operator= (const char *) |
JString & | operator= (const JString &) |
JString & | operator= (const char) |
JString & | operator+= (const char *) |
JString & | operator+= (const JString &) |
JString & | operator+= (const char) |
JString | operator+ (const JString &) const |
int | length () const |
operator const char * () const | |
void | upcase () |
void | to_camel () |
int | gsub (const char *pat, const char *repl) |
void | chop (int n) |
Friends | |
int | compare (const JString &s1, const JString &s2) |
JString | operator+ (const char *, const JString &) |
Definition at line 35 of file JString.h.
|
|
|
|
|
Definition at line 53 of file JString.h. References rep. |
|
|
|
|
|
Definition at line 134 of file JString.C. Referenced by GeometryMol::atom_formatted_name, and FileRenderList::render. |
|
Definition at line 81 of file JString.h. Referenced by chop, gsub, operator+, operator+, operator+=, operator=, and VMDApp::vmd_choose_file. |
|
|
|
|
|
|
|
Definition at line 81 of file JString.C. References length. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file JString.C. References NULL. |
|
|
|
|
|
|
|
Definition at line 118 of file JString.C. Referenced by GeometryMol::atom_formatted_name. |
|
|
|
|
|
|