~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/SquidString.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
 
155
155
    String substr(size_type from, size_type to) const;
156
156
 
157
 
    /** \deprecated Use assignment to [] position instead.
158
 
     *              ie   str[newLength] = '\0';
159
 
     */
160
157
    _SQUID_INLINE_ void cut(size_type newLength);
161
158
 
162
 
 
163
159
#if DEBUGSTRINGS
164
 
 
165
160
    void stat (StoreEntry *) const;
166
 
 
167
161
#endif
168
162
 
169
163
 
170
 
 
171
164
private:
172
165
    void allocAndFill(const char *str, int len);
173
166
    void allocBuffer(size_type sz);