stl コンテナのallocatorを取り替えたものを提供する. More...
Classes | |
| struct | hash< osl::hash::HashKey > |
| struct | hash< osl::hash::BoardKey > |
| struct | hash< Move > |
| struct | hash< Square > |
| struct | hash |
| struct | hash_map |
| struct | hash_set |
| struct | multimap |
| struct | hash< T * > |
| struct | ConsistencyCheck |
| struct | pool_allocator |
| struct | slist |
| pool_allocator を使う slist のラッパ More... | |
| struct | stack |
| struct | vector |
Functions | |
| template<class InputIterator , class OutputIterator , class Predicate > | |
| OutputIterator | copy_if (InputIterator first, InputIterator last, OutputIterator result, Predicate predicate) |
| Copy the elements of a range that satisfy a predicate. | |
| static ConsistencyCheck | consistency_check (0) |
Variables | |
| const int | pool_allocator_type = 0 |
stl コンテナのallocatorを取り替えたものを提供する.
選択肢
| static ConsistencyCheck osl::stl::consistency_check | ( | 0 | ) | [static] |
| OutputIterator osl::stl::copy_if | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIterator | result, | ||
| Predicate | predicate | ||
| ) | [inline] |
| const int osl::stl::pool_allocator_type = 0 |
Definition at line 15 of file pool_allocator.cc.
Referenced by osl::stl::ConsistencyCheck::ConsistencyCheck().
1.7.6.1