| My Project
   
    | 
#include <sql_string.h>
 
  
 | Public Member Functions | |
| StringBuffer (const CHARSET_INFO *cs) | |
| StringBuffer (const char *str, size_t length, const CHARSET_INFO *cs) | |
String class wrapper with a preallocated buffer of size buff_sz
This class allows to replace sequences of: char buff[12345]; String str(buff, sizeof(buff)); str.length(0); with a simple equivalent declaration: StringBuffer<12345> str;
 1.7.6.1
 1.7.6.1