Classes |
class | atomic |
class | lock_guard |
struct | enable_if |
struct | enable_if< true, _Tp > |
class | allocator |
| STL class.
|
class | auto_ptr |
| STL class.
|
class | ios_base |
| STL class.
|
class | basic_ios |
| STL class.
|
class | basic_istream |
| STL class.
|
class | basic_ostream |
| STL class.
|
class | basic_iostream |
| STL class.
|
class | basic_ifstream |
| STL class.
|
class | basic_ofstream |
| STL class.
|
class | basic_fstream |
| STL class.
|
class | basic_istringstream |
| STL class.
|
class | basic_ostringstream |
| STL class.
|
class | basic_stringstream |
| STL class.
|
class | ios |
| STL class.
|
class | wios |
| STL class.
|
class | istream |
| STL class.
|
class | wistream |
| STL class.
|
class | ostream |
| STL class.
|
class | wostream |
| STL class.
|
class | ifstream |
| STL class.
|
class | wifstream |
| STL class.
|
class | ofstream |
| STL class.
|
class | wofstream |
| STL class.
|
class | fstream |
| STL class.
|
class | wfstream |
| STL class.
|
class | istringstream |
| STL class.
|
class | wistringstream |
| STL class.
|
class | ostringstream |
| STL class.
|
class | wostringstream |
| STL class.
|
class | stringstream |
| STL class.
|
class | wstringstream |
| STL class.
|
class | basic_string |
| STL class.
|
class | string |
| STL class.
|
class | wstring |
| STL class.
|
class | complex |
| STL class.
|
class | bitset |
| STL class.
|
class | deque |
| STL class.
|
class | list |
| STL class.
|
class | map |
| STL class.
|
class | multimap |
| STL class.
|
class | set |
| STL class.
|
class | multiset |
| STL class.
|
class | vector |
| STL class.
|
class | queue |
| STL class.
|
class | priority_queue |
| STL class.
|
class | stack |
| STL class.
|
class | valarray |
| STL class.
|
class | exception |
| STL class.
|
class | bad_alloc |
| STL class.
|
class | bad_cast |
| STL class.
|
class | bad_typeid |
| STL class.
|
class | logic_error |
| STL class.
|
class | runtime_error |
| STL class.
|
class | bad_exception |
| STL class.
|
class | domain_error |
| STL class.
|
class | invalid_argument |
| STL class.
|
class | length_error |
| STL class.
|
class | out_of_range |
| STL class.
|
class | range_error |
| STL class.
|
class | overflow_error |
| STL class.
|
class | underflow_error |
| STL class.
|
Typedefs |
typedef enum std::memory_order | memory_order |
Enumerations |
enum | memory_order {
memory_order_relaxed,
memory_order_consume,
memory_order_acquire,
memory_order_release,
memory_order_acq_rel,
memory_order_seq_cst
} |
Functions |
template<typename _Tp > |
constexpr
std::tr1::remove_reference
< _Tp >::type && | move (_Tp &&__t) |
template<typename _Tp > |
constexpr _Tp && | forward (typename std::tr1::remove_reference< _Tp >::type &__t) |
template<typename _Tp > |
constexpr _Tp && | forward (typename std::tr1::remove_reference< _Tp >::type &&__t) |
template<typename _Key , typename _Tp , typename _Compare , typename _Alloc > |
void | swap (Galois::flat_map< _Key, _Tp, _Compare, _Alloc > &__x, Galois::flat_map< _Key, _Tp, _Compare, _Alloc > &__y) |
| See Galois::flat_map::swap().
|
template<class Ty > |
void | swap (llvm::iplist< Ty > &Left, llvm::iplist< Ty > &Right) |
template<typename T > |
void | swap (llvm::SmallVectorImpl< T > &LHS, llvm::SmallVectorImpl< T > &RHS) |
| Implement std::swap in terms of SmallVector swap.
|
template<typename T , unsigned N> |
void | swap (llvm::SmallVector< T, N > &LHS, llvm::SmallVector< T, N > &RHS) |
| Implement std::swap in terms of SmallVector swap.
|
STL namespace.