|
| class | item |
| |
| class | var |
| |
| class | field |
| |
| class | pointing_field |
| |
| class | flexstring |
| |
| class | colstring |
| |
| class | view_job |
| |
| frstring & | operator>> (frstring &in, char &c) |
| |
| frstring & | operator>> (frstring &in, int &n) |
| |
| frstring & | operator>> (frstring &in, double &d) |
| |
| frstring & | operator<< (frstring &out, char c) |
| |
| frstring & | operator<< (frstring &out, int n) |
| |
| frstring & | operator<< (frstring &out, double d) |
| |
| frstring & | operator<< (frstring &out, frstring f) |
| |
| frstring | operator^ (const frstring &first_str, const frstring &second_string) |
| |
| frstring | operator^ (const char *t, const frstring &s) |
| |
| frstring | operator^ (const frstring &s, const char *t) |
| |
| int | operator+ (int an_int, frstring &s) |
| |
| void | getstring (std::istream &in, frstring &a_string, int len) |
| |
| void | gettoken (std::istream &stream, frstring &a_string) |
| |
| void | get_to_eol (std::istream &in, frstring &a_string) |
| |
| void | get_line (std::istream &in, frstring &a_string) |
| |
| std::ostream & | operator<< (std::ostream &stream, frstring a_string) |
| |
| int | frstrlen (const frstring &a_string) |
| |
| void | getitem (std::istream &in, frstring &s) |
| |
| void | getitem (frstring &in, frstring &s) |
| |
| frstring | normalize (frstring &s) |
| |
| int | string2int (frstring &s) |
| |
| double | string2double (const frstring &s) |
| |
| double | string2double (const frstring &s, int &k) |
| |
| frstring | double2string (double number) |
| |
| frstring | byte2hex (unsigned char c) |
| |
| frstring | halfbyte2hex (unsigned char c) |
| |
| frstring | double2hex (double number) |
| |
| void | skipto (std::istream &in, frstring &s) |
| |
| frstring | deitem (frstring &s) |
| |
| frstring | deitem_intitem (frstring &s) |
| |
| frstring & | operator<< (frstring &out, capd::krak::Tab &t) |
| |
| view_job & | operator<< (capd::krak::view_job &out, capd::krak::Tab &t) |
| |