| 
| char const  | ObjexxFCL::SPACE ( ' ') | 
|   | 
| char const  | ObjexxFCL::TAB ( '\t') | 
|   | 
| char const  | ObjexxFCL::NULLC ( '\000') | 
|   | 
| std::string const  | ObjexxFCL::WHITESPACE (" \t\0", 3) | 
|   | 
| bool  | ObjexxFCL::operator== (Fstring const &s, Fstring const &t) | 
|   | Fstring == Fstring.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator== (Fstring const &s, std::string const &t) | 
|   | Fstring == string.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator== (Fstring const &s, c_cstring const t) | 
|   | Fstring == cstring.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator== (Fstring const &s, char const c) | 
|   | Fstring == char.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator<= (Fstring const &s, Fstring const &t) | 
|   | Fstring <= Fstring.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator< (Fstring const &s, Fstring const &t) | 
|   | Fstring < Fstring.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator<= (Fstring const &s, std::string const &t) | 
|   | Fstring <= string.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator< (Fstring const &s, std::string const &t) | 
|   | Fstring < string.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator<= (Fstring const &s, c_cstring const t) | 
|   | Fstring <= cstring.  More...
  | 
|   | 
| bool  | ObjexxFCL::operator< (Fstring const &s, c_cstring const t) | 
|   | Fstring < cstring.  More...
  | 
|   | 
| std::istream &  | ObjexxFCL::operator>> (std::istream &stream, Fstring &s) | 
|   | Stream Input.  More...
  | 
|   | 
| std::istream &  | ObjexxFCL::get (std::istream &stream, Fstring &s) | 
|   | Get from Stream.  More...
  | 
|   | 
| std::istream &  | ObjexxFCL::getline (std::istream &stream, Fstring &s) | 
|   | Get Line from Stream.  More...
  | 
|   | 
| std::istream &  | ObjexxFCL::read (std::istream &stream, Fstring &s) | 
|   | Read from Stream.  More...
  | 
|   | 
| std::istream &  | ObjexxFCL::readsome (std::istream &stream, Fstring &s) | 
|   | Read Available Characters from Stream.  More...
  | 
|   | 
| std::ostream &  | ObjexxFCL::operator<< (std::ostream &stream, Fstring const &s) | 
|   | Stream Output.  More...
  | 
|   |