|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for pair_set< T, A >:Public Types | |
| typedef std::size_t | size_type |
| typedef std::pair< size_type, T > | pair_type |
| typedef std::pair< const size_type, T > | const_pair_type |
| typedef pair_type | value_type |
| typedef std::map< size_type, T, std::less< size_type > > | base |
| typedef base::allocator_type | allocator_type |
| typedef A | allocator_type |
| typedef base::iterator | iterator |
| typedef base::const_iterator | const_iterator |
Public Member Functions | |
| pair_set (const A &alloc=A()) | |
| pair_set (const pair_set< T, A > &x, const A &alloc=A()) | |
| pair_set< T, A > & | operator= (const pair_set< T, A > &x) |
| void | clear () |
| pair_set< T, A > & | operator+= (const pair_type &x) |
| template<class B > | |
| pair_set< T, A > & | operator+= (const pair_set< T, B > &b) |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Definition at line 67 of file pair_set.h.
| typedef std::size_t size_type |
Definition at line 73 of file pair_set.h.
Definition at line 74 of file pair_set.h.
| typedef std::pair<const size_type,T> const_pair_type |
Definition at line 75 of file pair_set.h.
| typedef pair_type value_type |
Definition at line 76 of file pair_set.h.
Definition at line 78 of file pair_set.h.
| typedef base::allocator_type allocator_type |
Definition at line 80 of file pair_set.h.
| typedef A allocator_type |
Definition at line 82 of file pair_set.h.
| typedef base::iterator iterator |
Definition at line 83 of file pair_set.h.
| typedef base::const_iterator const_iterator |
Definition at line 84 of file pair_set.h.
| pair_set | ( | const A & | alloc = A() | ) |
Definition at line 151 of file pair_set.h.
Definition at line 197 of file pair_set.h.
| void clear |
Definition at line 158 of file pair_set.h.
Definition at line 165 of file pair_set.h.
Definition at line 208 of file pair_set.h.
| void serialize | ( | Archive & | ar, |
| const unsigned int | version | ||
| ) |
Definition at line 180 of file pair_set.h.