TRF Language Model
|
define the class String More...
#include <cstring>
#include <algorithm>
#include <cstdarg>
#include <string.h>
#include "wb-vector.h"
#include "wb-linux.h"
Go to the source code of this file.
Classes | |
class | wb::String |
a dynamic string class More... | |
Namespaces | |
wb | |
define all the code written by Bin Wang. | |
Variables | |
const int | wb::cn_default_str_len = 10 |
default length of string More... | |
const int | wb::cn_default_max_len = 32 * 1024 |
default maximum length More... | |