|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "stack_allocator.h"#include <vector>#include <deque>#include <string>#include <algorithm>#include <sstream>#include <stdexcept>#include "cppunit/cppunit_proxy.h"
Go to the source code of this file.
Classes | |
| class | StringTest |
| class | superstring |
| class | mypath |
Macros | |
| #define | _GLIBCXX_FULLY_DYNAMIC_STRING |
| #define | npos_local string::npos |
| #define | _STLP_SHORT_STRING_SZ 16 |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (StringTest) | |
| bool | short_string_optim_bug_helper (string teststr) |
| #define _GLIBCXX_FULLY_DYNAMIC_STRING |
Definition at line 4 of file string_test.cpp.
| #define _STLP_SHORT_STRING_SZ 16 |
| #define npos_local string::npos |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | StringTest | ) |
Definition at line 898 of file string_test.cpp.
Referenced by StringTest::short_string_optim_bug().