sources/mystring.h

changeset 12
8d0d1b368de0
parent 10
3874575d924d
child 14
33b8f428bacb
equal deleted inserted replaced
11:cffa2777d917 12:8d0d1b368de0
79 inline METHOD length() const -> int; 79 inline METHOD length() const -> int;
80 METHOD mask_against (const String& pattern) const -> bool; 80 METHOD mask_against (const String& pattern) const -> bool;
81 METHOD md5() const -> String; 81 METHOD md5() const -> String;
82 METHOD mid (long a, long b = -1) const -> String; 82 METHOD mid (long a, long b = -1) const -> String;
83 inline METHOD modify_index (int& a) -> void; 83 inline METHOD modify_index (int& a) -> void;
84 METHOD normalize (int (*filter)(int) = &std::isspace) -> void;
84 inline METHOD prepend (String a) -> void; 85 inline METHOD prepend (String a) -> void;
85 inline METHOD remove (int pos) -> void; 86 inline METHOD remove (int pos) -> void;
86 inline METHOD remove (int pos, int len) -> void; 87 inline METHOD remove (int pos, int len) -> void;
87 inline METHOD remove_from_end (int len) -> void; 88 inline METHOD remove_from_end (int len) -> void;
88 inline METHOD remove_from_start (int len) -> void; 89 inline METHOD remove_from_start (int len) -> void;

mercurial