#include <iostream>
#include <sstream>
#include "perf/perf.h"
#include "util/string-buffer.h"
Go to the source code of this file.
Functions | |
static void | doTest (IN int nStrings) |
int | main (IN int argc, IN const char *argv[]) |
static void doTest | ( | IN int | nStrings | ) | [static] |
Definition at line 26 of file sbuffer-test.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 72 of file sbuffer-test.cpp.